@charset "UTF-8";
/* CSS Document */

html {
	background:url(img/background.jpg) repeat-x top #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding-top:0px;
	margin-top:0px;
}


#main {
	background:url(img/main.jpg) no-repeat top;
	width:100%;
	min-width:650px;
	min-height:800px;
	text-indent:-9999px;
	padding-top:0px;
	margin-top:-15px;
}