body{
	margin:0px;
	background:url(../images/fullBG.png) center top no-repeat;/**/
}
input,img{
	margin:0px;
	padding:0px;
	border:none;
}
#main{
	background:url(../images/fullBG.png) center top;/**/
	height:3037px;
	min-width:1000px;
	margin:auto;
}
#div1,#div2,#div3,#div4{
	width:1000px;
	margin:auto;
	position:relative;
}
#div1{
	height:865px;
}
#doaLink{
	width:800px;
	height:500px;
	position:absolute;
	right:100px;
	top:180px;
	cursor:pointer;
}
#movieLink{
	width:208px;
	height:117px;
	background:url(../images/movie2.gif);
	position:absolute;
	left:51px;
	top:729px;
	cursor:pointer;
}
#div2{
	height:1281px;
}
#gameLink{
	position:absolute;
	top:37px;
	left:76px;
}
#gameLink img{
	margin-right:8px;
	cursor:pointer;
}
#menberLink{
	position:absolute;
	top:725px;
	left:650px;
}
#koeiLink{
	position:absolute;
	top:1109px;
	left:530px;
}
#div3{
	height:179px;
}
#grilSec{
	padding-left:33px;
}
.girlList{
	width:92px;
	float:left;
	margin-right:15px;
}
.girlList input{
	margin:0px 0px 0px 40px;
}
#div4{
	height:75px;
}
#submitBtn{
	background:url(../images/submit.png);
	 width:252px;
	 height:75px;
	 border:none;
	 cursor:pointer;
	 margin-left:373px;
}
#imgDiv{
	width:800px;
	height:450px;
	position:fixed;
	display:none;
	left:100px;
	top:100px;
	background-repeat:no-repeat;
	background-position:100% 0%;
}
.girlThumb:hover{
	opacity:0.7;
	cursor:pointer;
}
#ctrlDiv{
	width:40px;
	height:19px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/controls.png);
	background-position:0px 0px;
	cursor:pointer;
}
#ctrlDiv:hover{
	background-position:0px -20px;
}
#maskDiv{
	background:white;
	height:3037px;
	width:100%;
	opacity:0.7;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#videoDiv{
	width:800px;
	height:450px;
	position:fixed;
	display:none;
	left:100px;
	top:100px;
	background:black;
}
#videoCtrlDiv{
	width:40px;
	height:19px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/controls.png);
	background-position:0px 0px;
}
#videoCtrlDiv:hover{
	background-position:0px -20px;
}
#myVideo{
	position:absolute;
	width:800px;
	height:450px;
	top:0px;
	left:0px;
}
