
/* background */
body {
	text-align: center;
	background: #000000; 
	background-image:url(../_img_uc/under_const_bg.jpg);
	background-repeat: repeat-x;		
	background-position:top;		
	margin:0px auto;
	padding:0px;
	}
	
#container
	{	
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;		
	line-height: 1.4em;		
	background-repeat: repeat-y;	
	}
/* background */

/* content */
.logoBox{ background-image:url(../_img_uc/under_const_logo.jpg); height:267px; background-position:center; background-repeat:no-repeat;}
.underConstruction{ text-align:center; position:relative; top:100px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}
.underConstruction a{color: #0099CC; font-weight:bold; text-decoration:none;}
.underConstruction a:hover{color: #00CCFF;}
/* content */
