@charset "utf-8";
.underconstruction {
	background-image: url(underconstruction.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.uctext {
	font-weight: bold;
	color: #D4A233;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana;
	padding-right: 10px;
	padding-left: 10px;
}
.ucbutton {
	font-family: Verdana;
	font-size: 12px;
	color: #A01F19;
	text-align: left;
	font-weight: bold;
}
.ucheader {
	line-height: 30px;
	color: #A11C17;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
.counter {
	margin-left: 300px;
}

