/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background:#F2F2F2 url('bg.png') repeat-x;
}

#front {
	width: 820px;
	margin-left: -410px;
	height: 865px;
	margin-top: 10px;
	position: absolute;
	left: 50%;
	top: 0%;
	z-index: 1;
}

img {	border:0px;}
