body
{
    margin: 0;
    background-color: #000;
    width: auto;
	height:auto;
}

.center_img
{
	background:url(images/center_back.png) no-repeat center;
	width:980px;
	height:711px;
	position:relative;
}

.logo
{
	background:url(images/logo.png) no-repeat center;
	position:absolute;
	height:55px;
	width:189px;
	top:306px;
	left:394px;
}

.address_bar{
	position:relative;
	width:980px;
	top:400px;
}

.address{
	background:url(images/address.png) no-repeat center;
	position:absolute;
	width:697px;
	height:12px;
	padding-left:50px;
}

.email{
	background:url(images/mhc_email.png) no-repeat;
	position:absolute;
	width:164px;
	height:14px;
	right:50px;
}

.coming_soon{
	background:url(images/coming_soon.png) no-repeat center;
	position:absolute;
	height:26px;
	width:185px;
	top:449px;
	left:394px;
}

.footer{
	width:980px;
	top:20px;
	position:relative;
	height:9px;
}
.copyright{
	background:url(images/mhc_copyright.png) no-repeat;
	height:9px;
	width:297px;
	position: absolute;
	left:268px;
}

.blueswitch{
	background:url(images/blueswitch.png) no-repeat;
	height:9px;
	width:139px;
	position:absolute;
	margin-left:572px;
}
