
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	color: #fff;
	line-height: 200%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;

	}

body {
	background-color: #415f68;
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background: #7aa2ae ;	
	}
	
#printing {display: none;}



#content {
	display:block;
	overflow:auto;
	position:absolute;
	top: 38px;
	z-index:3;
	width:982px;
	height: 570px;
	margin-left:-491px;
	left:50%;
	background: url(../images/backhome.jpg) no-repeat center center;
	border-left:0px solid #4a6770;
	border-right:0px solid #4a6770;

	}

#logo {	position:absolute; left: 30px; top: 30px; }
#header {
	position:absolute; 
	margin-left:-491px; 
	left:50%; 
	top:30px; 
	height:38px; 
	font-size:1em; 
	z-index:5; 
	border-left:0px solid #4a6770;
	border-right:0px solid #4a6770;
	}

.menu {
	height: 38px;
	margin: 0px auto 0px auto;
	width: 982px;
	background: #5b7a83;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

