@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
 
#d_base{
	width:760px;
	height:400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
/* bg */
#d_bg{
	position:relative;
	
}
/* Walls */
.d{position:absolute;}
#d1L2{top:144px;	left:94px;}
#d1L1{top:144px;	left:206px;}
#d1C0{top:144px;	left:318px;}
#d1R1{top:144px;	left:430px;}
#d1R2{top:144px;	left:528px;}

#d2L2{top:130px;	left:22px;}
#d2L1{top:130px;	left:164px;}
#d2C0{top:130px;	left:304px;}
#d2R1{top:130px;	left:438px;}
#d2R2{top:130px;	left:552px;}

#d3L2{top:104px;	left:0px;}
#d3L1{top:104px;	left:84px;}
#d3C0{top:104px;	left:278px;}
#d3R1{top:104px;	left:454px;}
#d3R2{top:104px;	left:594px;}

#d4L2{top:54px;		left:0px;}
#d4L1{top:54px;		left:0px;}
#d4C0{top:54px;		left:228px;}
#d4R1{top:54px;		left:480px;}
#d4R2{top:54px;		left:674px;}

#d5L2{top:0px;		left:0px;}
#d5L1{top:0px;		left:0px;}
#d5C0{top:0px;		left:0px;}
#d5R1{top:0px;		left:530px;}
#d5R2{top:0px;		left:0px;}

/* ctrl */
#ctrl{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#footer{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#googleAd{
	text-align:center;
}
