html, body{
	text-align:center;
	background-color:#000000;	
	margin:0px;
	padding:0px;
	height: 100%;
	font-family:"Arial", sans-serif
}



#wrapper{
	text-align:center;
	background: url('images/bg_y.jpg') repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 1058px;
	min-height:98%;
	*height:98%;/* ie6 and under*/
}

#banner{
	background: url('splashimages/header.jpg') no-repeat;
	width: 1058px;
	height: 454px;
	martin-top: 0px;
	martin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------------------------------------------------*/

/*--------------------GENERAL-TOP----------------------------------*/



a:link img, a:visited img, a:hover img, a:active img{ 
	border:0px;
	text-decoration:none;
}




/*---------------------------------------------------------------*/

/*---------------------------MENU----------------------------------*/




.menuItem{
	text-align: center;
	width: 1058px;
	height: 150px;	
}



/*----------FOOTER-----------*/
#footer{
	color: white;
	text-align: center;
	background: url('images/menuseperator.jpg') no-repeat;
	width: 979px;
	height: 38px;
	padding-top: 15px;
}