body {
	background-image: url(images/background.jpg);
	background-color: #134875;
	background-repeat: repeat-x;
	color: #fff;
	font-family: arial, sans-serif;
}

#main_content
{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 796px;
}
#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 796px;
	height: 336px;
	margin: 0px auto;
	}

/* styles for IE 5 Mac */
 #main_content {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #main_content {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -200px;
   text-align: center;
   min-width: 796px;
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 798px;
	height: 336px;
	margin: 0px auto;
	}


#content 
{ 
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin: 0;
	padding: 296px 24px 14px 24px;
	border: none;
}

#content a, #content img
{
	border: none;
	margin: 0;
	padding: 0;
}

#content a
{
	margin-right: 5px;
}


#footer
{
	color: #fff;
	margin: 0px 24px 0px 24px;
	text-align: right;
	font-size: 10pt;
}
#footer a
{
	color: #fff;

}
