@import "reset.css";

body{
	background:#a3d2f3 url(../_images/_underconstruction/bkg.png) repeat-x left 250px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}
h1{
	margin-bottom:10px;
}
#logo{
	position:absolute;
	right:0;
	top:266px; 
	background:url(../_images/_underconstruction/logo.jpg) no-repeat;
	width:695px;
	height:212px;
	text-indent:-5000px;
}
#message{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	width:500px;
	text-align:center;
}
#copyright{
	position:absolute;
	bottom:0;
	right:0;
	width:360px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#FFF;
	text-align:right;
}
#copyright a{
	color:#FFF;
}
#copyright a:hover{
	font-weight:bold;
}
