/* = Riddle's Reset CSS ( http://perfectionorvanity.com/ )
---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

ul { list-style: none; }
legend { display: none; }

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* = main
---------------------------------------------------------------------------- */

body, input, textarea, select, option, optgroup, button {
	font-family: "Calibri", "Verdana", "Tahoma", sans-serif;
}

a { color: #A4004A; }
a:hover { text-decoration: none; }


/* = layout
---------------------------------------------------------------------------- */

body{
	background-color: black;
	color:yellow;
	
	
}

#page {
	width: 1020px;
	margin: 100px auto;
	
	
}


