html	{ }

body
	{ margin-top: 0px; padding: 0; font-family: verdana, 'trebuchet ms', sans-serif; font-size: 12px; text-align: center;  background-color:#fff; 
	background-image:url(assets/indexbg.jpg); background-position:Top Left;background-attachment:fixed;background-repeat:repeat; } 

	A 		{ color: #636; text-decoration:none;}
	A:link		{ color: #636; text-decoration: none;}
	A:visited	{ color: #636; text-decoration: none;}
	A:active	{ color: #636; text-decoration: none;}

#container
	{ box-sizing:content-box; margin: 0 auto; width: 800px; 
	border-top:#202020 10px solid; border-left:#202020 10px solid; border-right:#202020 10px solid; border-bottom:#202020 10px solid; background-color:#000;
}

#indexcontent 	{ box-sizing:content-box;  margin-top:0px; width:800px; 
}

.indexbutton
	{
	font-family:verdana,arial,helvetica,sans-serif; text-transform:uppercase; font-size:10px; text-align:right;
	margin-bottom:5px; height:35px;
	}

.indexspacer	{ }

#menustrip
	{  margin-top:0px; background-color:#000; height:40px; width:800px;
	}

#content	{  top:40px;width:800px; height:630px; }
#splash		{display:none;}
