BODY {

	background-color: #000000;
}

.main {
	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#txt {
	
	display: none;
	font-size: 0px;
	color: #000000;
}

#main_wraper {
	
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}

#splash {

	background-color: #000000;
	width: 800px;
	height: 600px;
}

#title {
	
	position: relative;
	top: 178px;
}

#thumb_bar {
	
	position: relative;
	top: 195px;
	width: 452px;
	height: 104px;
}

#t1 {

	position: relative;
	float: left;
}

#t2 {

	position: relative;
	float: left;
	left: 13px;
}
#t3 {
	
	position: relative;
	float: left;
	left: 26px;
}
#t4 {
	
	position: relative;
	float: left;
	left: 39px;
}

#c_note {
	
	position: relative;
	top: 201px;
}

#enter {
	
	position: relative;
	top: 269px;
	width: 42px;
	height: 9px;
	background: url(../images/enter.gif);
	background-position: 0px 0px;
	cursor: pointer;
	cursor: hand;
}

#enter a:hover {
	
 	background: url(../images/enter.gif);
	background-position: 0px -9px;
}

#d_note {
	
	position: relative;
	top: 299px;
}