* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
img {
	border: none;
}
input {vertical-align: middle}
body {
	background-color:#000000;
}
#main{
	position:absolute;
	width:960px;
	height:600px;
	top:50%;
	left:50%;
	margin:-300px 0 0 -480px;
}
#wrap {
	position:absolute;
	width:100%;
	height:600px;
	top:50%;
	margin-top:-300px;
}
#flash_wrap {
	width:100%;
	height:600px;
	background:#000000;
	//background:url(../images/flash_bg.gif) repeat-x bottom left;
}
#footer {
	width:960px;
	height:150px;
	margin:0 auto;
	font-family:Tahoma;
	font-size:11px;
	color:#5d5d5d;
}
