body {
	text-align: center;
	margin: 0;
	background-color: #333333;	
	color: #666666;
	font-family: Helvetica, Verdana, Tahoma, Arial, san-serif;
	font-size: 11px;
}

p { }

img{
	border: none;
}

td { }

/*ul, ol{
	list-style: none;	
}

li{
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	padding: 3px 0px 0px 0px;	
}*/

/*a:link { }

a:visited { }

a:hover { }

a:active { }*/

a:link {
	text-decoration: none;
	color:#676767;
 }

a:visited {
	text-decoration: none;
	color:#676767;
 }

a:hover {
	text-decoration: none;
	color:#D31145;
}


#outter_container{
	margin: 0 auto;
	width: 1024px;
	height: 1200px;
	background-color: #ffffff;	
}

#inner_container{
	margin: 0 auto;
	width: 1024px;		
}

#mainpage_container{
	margin: 0 auto;
	width: 1024px;
	height: 1200px;	
}

#splash_img{
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
}

#transbox{	
	width: 869px;
	height: 188px;	
	background-color: #ffffff;	
	z-index: 5;
	position: absolute;
	top:290px;
	left: 50%;
	margin-left: -434px;			
	visibility: visible;
	/* for IE */
  	filter: alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.80;
  	/* for Mozilla */
  	-moz-opacity:0.80;
}

#splash_container{
	/*border: solid #000000 1px;*/
	/*background-color: #000fff;*/
	width: 827px;
	height: 188px;
	z-index: 10;
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -413px;
	
}

#splash_logo{
	width: 786px;
	height: 66px;
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -413px;	
}

#descip_logo{
	width: 537px;
	height: 19px;
	z-index: 10;
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -413px;	
}

#spalsh_menu_container{
	width: 200px;
	height: 92px;	
	z-index: 10;
	position: absolute;
	top: 110px;
	right: 50%;
	margin-right: -391px;
	text-align: right;
	font-weight: 600;
	font-family: Helvetica, Verdana, Tahoma, Arial, san-serif;
	font-size: 11px;
	line-height: 18px;
	/*border: solid #000000 1px;*/
}

#written_container{
	width: 925px;
	text-align: left;
	position: absolute;
	top:870px;
	left: 50%;
	margin-left: -450px;	
}

#del_title{
	color: #333333;
}

.copy{
	font-size: 11px;
	font-weight: 600;
	color: #999999;
}

.copy_emphasize{
	color: #CC0033;
	font-size: 120%;
	font-weight: 600;
}

#foot_container{
	width: 750px;
	position: absolute;
	top:772px;
	left: 50%;
	margin-left: -494px;	
}

#foot_container p{
	text-align: left;
	font-size: 9px;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
}
