/*
Document section
*****************************************************************************************
*/
body
{
	margin:                0px;
	padding:               0px;
	font-family:           sans-serif;
	font-size:             12px;
	background-color:	   #000;
}

a
{
	text-decoration:       none;
	color:                 #330;
	background:            transparent;
}

a:hover
{
	text-decoration:       underline;
	color:                 #996;
	background:            transparent;
}

#divContainer
{
	width:                 900px;
	height:				   600px;
	margin-left:           auto;
	margin-right:          auto;
	margin-top:			   auto;
	margin-bottom:		   auto;
}

#splash
{
	width:				   600px;
	height:				   600px;
	margin-left:		   auto;
	margin-right:		   auto;
	margin-top:			   auto;
	margin-bottom:		   auto;
}