@charset "utf-8";
/* CSS Document */

div.mLogo { 
	float: left; 
	background-image: url(img/logo_bg_night.gif); 
	background-position: top center; 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 150px;
}

div.mLogoBg { 
	width: 977px; 
	height: 150px;
	margin: 0 auto; 
	background-image: url(img/logo_bg2_night.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
}