* {margin:0;padding:0}
a {color: #69F;}
a img {border:0}



body {
	background: #FFF url(../images/main-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	font: normal 12px/1.5 Helvetica, Arial, sans-serif;
}



#content {
	margin: 0 auto;
	padding: 10px 21px 2px;
	width: 950px;
}
* html #content {height:1%}
*:first-child+html #content {height:1%}
#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.content {
	background: url(../images/bg240.gif) repeat-x center bottom #FFFFFF;
	margin: 10px auto;
	width: 590px;
}
.content h3 {
	background: url(../images/module-title-bg.png) repeat-x;
	color: #FFF;
	font: normal 13px Tahoma,Helvetica,Tahoma,Arial,sans-serif;
	height: 26px;
	overflow: hidden;
	padding: 4px 10px 0;
	position: relative;
	text-transform: uppercase;
}
.content h4 {
	font-size: 16px;
	margin: 1em 0;
}
.content p {
	margin: 1em 0;
}
.content a {
	color: #000;
}


.bg {
	background: url(../images/mm-404-500.png) no-repeat;
	height: 200px;
	padding: 10px 50px 10px 210px;
}
.redirect .bg {
	background: url(../images/mm-redirect.png) no-repeat 5px -10px;
	height: 210px;
	padding: 0 50px 10px 210px;
}
.adsales .bg {
	background: url(../images/mm-adsales.png) no-repeat 10px -10px;
	height: 200px;
	padding: 0 50px 10px 210px;
}

#footer a {
	border-bottom: none;
	color: #ccf;
	margin: 0 3px 1px 2px;
	text-decoration: none;
	text-shadow: none; 
	
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;  
	-ms-transition: all 0.3s ease-out;  
	-o-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;  
}
#footer a:hover {
	border-bottom: 1px solid #eef;
	margin: 0 3px 0 2px;
	text-shadow: 0px 0px 5px #ccf; 
}
#footer div {
	color: white;
	padding-top: 5px;
	text-shadow: 0px 0px 2px #fff; 
}
