html{
	height:100%;
}

body	{
	background: #000000;
	height: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
	padding-bottom: 0px
}



img	{
	border: 0;
}

ul{
	margin-left: 0px;
	padding-left: 12px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}




#site_wrapper {
	background: #000000;
	position: absolute;
	width: 860px;
	height: 670px;
	color: #000000;
	padding: 0px;
	border: 1px solid #ffffff;
} 

/* ///////////////////////////////////////////////////////////////////////////*/







/* /////////////////// GENERAL LINK STYLES //////////////////////*/

a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #666666;
	background: transparent; 
	}
	
a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #666666;
	background: transparent; 
	}
	
a:hover {
	background: #ffffff;
	font-weight : normal; 
	text-decoration : none;
	color: #FF3333;
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #666666;
	background: transparent;  
}

/* ///////////////////////////////////////////////////////////////////////////*/
