* 					{ 	margin: 0; padding: 0; font:100%;}
	
@font-face			{	font-family: Geosanslight, Arial, sans-serif;
      					src:local("GeosaansLight");
						src:url("../Fonts/GeosansLight.ttf") format("truetype");
       					font-weight: normal;
       					font-style: normal;
						background: 
						}

@font-face			{	font-family: Journal, Arial, sans-serif;
      					src:local("Journal"); 
						src:url("../Fonts/Journal.ttf") format("truetype");
       					font-weight: normal;
       					font-style: normal;
						}


a					{ 	text-decoration: none;
						
						}
a:link				{color: #09F;}
a:visited			{color:#690;}
a:hover				{color:#BBB;}
a:active			{color:#BBB;}




body				{	
						font-family: Geosanslight, Arial, Helvetica, sans-serif;
						color: #333;
						text-decoration: none;
						}
						
h1					{	font-family:Journal, sans-serif;
						font-size:3em;
						font-weight:normal;
						color:#fff; }
					
#text				{width: 500px;
					position:absolute;
					top:25px;
					left:325px;
					color:#fff;
					text-align:left;
}

					

						
dt, span, cite		{color:#fff;}

/*this wraps entire document*/


#wrapper 			{	margin: auto;
						padding: 0;			
						position: relative;
						top:100px;
						left:0;
						background: url(../images/404.png) no-repeat center top;	
						}
						
#container			{ 	position:relative;
						top: 0;
						left: 0;
						margin: auto;
						padding: 0;
						text-align: center;
						width: 860px;
						height:600px;
						 

						}
						
