@charset "UTF-8";


/* Normalizes margin, padding---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, 
h6, p, blockquote
{margin : 0; padding : 0;}


/* Normalizes font-size for headers---------------- */
h1, h2, h3, h4, h5, h6
{font-size : 100%;}


/* Normalizes list-style form lists------------------
ol, ul, dl
{list-style : none;}*/


/* Removes border from fieldset and img--------------*/
fieldset, img
{border : 0;}

	
#Content {
	width:855px;
	height:500px;
	display: block;
	margin-left: auto; 
	margin-right: auto; 
 	margin-top:20px;
	border:#000000 solid 1px;
	background-image:url(images/Fatigue_02.jpg);
	background-repeat:no-repeat;
	
}

#enter a:link, #enter a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#fff;
	text-align:left;
	text-decoration:none;
	font-weight:lighter;
} 

#enter a:hover {
	color:#FFFF66;
} 

#enter {
	width:140px;
	margin: 205px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
	height:35px;
	left: 85px;
	top: 224px;
	border : 0;
	background-color:#000033;
} 

