html { width: 100%; height:1550px; }
body {
	text-align: center;
	width: 100%;
	height: 1550px;
	margin: 0px;
	font-size: 12px;
	background:#fff url("./main.jpg") top center no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	
}

* { border: 0px; margin: 0px; padding: 0px; }
a:link, a:visited { text-decoration: none; color: #9C0018; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

#wrapper { display: block; float: none; z-index: 0; width:978px; margin:0px auto; overflow:hidden; text-align: left; }
#bdy { display: block; float:none; width: 726px; margin: 280px 0px 0px 252px; overflow:hidden; }
#bdy #sorry { display: block; float:none; width:100%; overflow:hidden; padding-bottom: 30px; margin-bottom:30px; color:#9C0018; border-bottom: 1px solid #ccc; }
#bdy #rest { display: block; float:none; width:100%; overflow:hidden; color:#333; }
