body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font-family: 'Verdana';
}

body > div {
	margin-left : auto ;
	margin-right : auto ;
	text-align: left;
	width: 800px; 
	height: 400px; 
	background: url('/static/ad-bg.jpg'); 
	background-position: 331px 0px; 
	background-repeat: no-repeat;
}

.logo_image {
	position: relative; 
	left: 64px; 
	top: 45px;
}

.mess_image {
	position: relative; 
	left: 140px; 
	top: 170px;
	color: #333333;
}

.footer {
	position: relative; 
	left: 140px;  
	top: 320px; 
	font-family: 'Verdana'; 
	color: #666666; 
	font-weight: normal; 
	font-size: 0.8em;
}
