/* CSS Document */

body, html { margin: 0px; padding: 0px; background-color: #960000; 
	overflow: hidden; }

P {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	}
	
A { text-decoration: none; color: #960000; }
	
div#whiteout { 
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 60%;
	}
	
div#copyrightbox { 
	position: absolute;
	width: 300px; height:30px;
	left: 50%; margin-left: 137px;
	top:0px;
	}
div#copyrightbox P, div#copyrightbox A {
	color: #999; 
	}
div#flashout {
	position: absolute;
	width: 750px; height: 300px;
	left: 50%; margin-left: -320px;
	bottom: 5px;
	}
	div#legalcontent {
		position: absolute;
		width: 435px;
		margin-left: 10px;
		border: 0px solid #00F;
	}	
	div#contactcontent {
		position: absolute;
		margin-left: 460px;
	}

div#redout {
	position: relative;
	background: url(gfx/redback_1.jpg);
	width: 100%;
	height: 600px;
}
div#redtext { 
	position: absolute;
	width: auto; height: auto;
	left: 50%; margin-left: 135px;
	top:0px;
}
