body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family:  Verdana, Arial, helvetica, sans-serif ; 
color: #8e8e8e;
background-color: #999;
}

a:link { color: #036; }
a:visited { color: #066; }

a:hover, a:active
{
color: #fff;
background-color: #036;
}


	
	#container
	{
		margin: auto;
		width: 800px;
		text-align: left;
		background-color: #000;
		border: 1px solid black;
		background-image: url(../images/pile_rocks.png);
		background-repeat: no-repeat;
	}
	
	
	#homebox
	{
		margin: 0 auto 0 auto;
		width: 800px;
		height: 300px;
		text-align: left;
		background-color: #000;
		
	}
	
	#header
	{
		height: 45px;
		background-color: fuchsia;
	}
	
	#logo
	{
		margin-left:36px;
		position:relative ;
		top: 36px;
		height: 53px;
		width:289px;
	}
	
	#mainnav
	{
		height: 25px;
		background-color: green;
	}
	
	#menu
	{
		 
	margin-right: 20px;
		margin-left: 500px;
		position:relative ;
		top: -50px;
		height: 200px;
		font-size:13px;
		display:none;
		
	}
	
	#presence	
	{
		margin-right: 400px;
		margin-left: 160px;
		position:relative ;
		top: 46px;
		height: 30px;
		
	}
	
	#intro	
	{
		margin-right: 100px;
		margin-left: 170px;
		position:relative ;
		top: 50px;
		height: 50px;
		font-size:10px;
		display:none;
		
	}
	
	
	
	
	#ga
	{
	margin-left:36px;
	margin-right:auto;
	position:relative ;
	top:-440px;
	height:90;
	width:728;
	display:none;
	filter:alpha(opacity=80);
	opacity:0.8;
	
	
	}
	
	
	#contact	
	{
		margin-right: auto;
		margin-left: auto;
		margin-top:-20px;
		position:relative;
	width:800px;
	text-align:center;
		font-size:10px;
		
		
	}
	
	
	#contents	
	{
		margin-right: 200px;
		margin-left: 20px;
		height: 200px;
		background-color: aqua;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: lime;
	}