﻿#mmlogo 
{
    display:block;
    width:100%; 
    height:275px; 
    background:url(/images/header-top.jpg); 
    position:relative;
    background-repeat: no-repeat;
    background-position: left;
    background-color:white;
    margin: 0px;
    padding: 0px;
}
#header .header-top{
	width:980px;
	height:205px;
	float:left;
	background-image: url(/images/header_top_small.jpg);
	background-repeat: no-repeat;
}
#header .header-bottom{
	width:757px;
	height:78px;
	float:left;
	background-image: url(/images/header-bottom.jpg);
	background-repeat: no-repeat;
}
