@charset "UTF-8";

/* ***********************************************************************
	1 : Common
*********************************************************************** */
body {
	margin: 0 0 0 0;
	font:Arial, Helvetica, sans-serif, Verdana;
	background:#000000;
}
a img{
	border:none;
}

#god{
	width:1100px;
	height:700px;
	background:url(../../images/god.jpg) 0 0 no-repeat;
}

#god-btn{
	margin:0 0 0 750px;
	background:url(../../images/close-btn.jpg) 0 0 no-repeat;
	height:72px;
	width: 100px;
}

#god-btn a{
	margin:0;
	height:72px;
	width: 100px;
	text-indent:-9999px;
	display:block;
}

#god-btn a:hover{
	background:url(../../images/close-btn.jpg) 0 -73px no-repeat;
}
	
