@charset "utf-8";

html {
	height:100%;
}

body {
	position: relative;
	height: 100%;
	background: #000000;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

div#main {
	background:#FFFFFF;
	position: absolute;
	height: 580px;
	width: 980px;
	left: 50%;
	top: 50%;
	margin-top: -290px;
	margin-left:-490px;
	padding: 0px;
	text-align: left;
}

