@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
html, body {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Georgia, Times, serif;
	background-color:#69131c;
	font-size:62.5%;
	font-size:1.4em;
	color:#FFFFFF;
	
}
a img {
	border:0px;
}
#content {
	width:100%;
	height:100%;
	background-image:url(../images/red.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	position:fixed;
}
