html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	background: #D0caba;
	}
#mydiv {
	position:absolute;
	top: 0%;
	left: 50%;
	width:760px;
	height:1000px;
	margin-top: 0px; /*set to a negative number 1/2 of your height*/
	margin-left: -381px; /*set to a negative number 1/2 of your width*/
	background: url(mav_background_logo_out.jpg) top center no-repeat;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #docaba;
	}
#maintext {
	position: absolute;
	width: 560px;
	left: 100px;
	top: 130px;
}
#leftcolumn {
	background-color: #docaba;
	position: absolute;
	width: 390px;
	left: 20px;
	top: 245px;
}
#rightcolumn {
	background-color: #docaba;
	position: absolute;
	width: 300px;
	left: 440px;
	top: 245px;
}
#footer {
clear: both;
top: 575px;
padding-bottom: 1em;
position: relative;
text-align: center;
}
#header{
		display: none;
	}