*{
	margin: 0px;
	padding: 0px;
}
html,body{
	text-align: center;
	background-color: #000000;
}
h1#header{
	width: 800px;
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
}
div#mainVisual{
	margin: 0px auto;
	width: 800px;
	height: 438px;
	background-image: url("./img/auth_mainVisual.gif");
	background-position: center top;
	background-repeat: no-repeat;
}
div#authBtn{
	padding-top: 390px;
}
div#footer{
	clear: both;
	margin: 0px auto;
	padding-top: 10px auto;
	width: 800px;
	height: 200px;
	background-image: url("./img/auth_footer.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px auto;
}
img{
	border: none;
}