/*under construction page stylesheet*/

body{
	margin:0;
	font-family:Helvetica Neue,Helvetica,Ariel,san-serif;
	font-size:12px;
	text-align:center;
	color:#000;
}

#container div{
	display:block;
	margin:0 auto;
}

a:link, a:visited{
	text-decoration:none;
	color:#000;
}

a:hover, a:active{
	text-decoration:none;
	color:#666;
}

#underConstruction{
	width:563px;
	height:95px;
	background:url(../images/uc.jpg) no-repeat;
}

#logo{
	width:285px;
	height:293px;
	background:url(../images/ucLogo.jpg) no-repeat;
}

#title{
	width:304px;
	height:136px;
	background:url(../images/ucTitle.jpg) no-repeat;
}
