@charset "UTF-8";
/* CSS Document */

body {
	color:#ffffff;
	background-image: url(http://79.170.40.182/tower42.com/images/bcgdarkgrey.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#wrapper {
	margin: 0 0px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding: 0px;
}
/* UnderConstruction */
.underConstruction {
	background-image: url(../images/underconstruction.gif);
	background-repeat: no-repeat;
	left: 0px;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0px;
}
#tag {
	background-repeat: no-repeat;
	bottom: 20px;
	position: absolute;
	height: 39px;
	width: 45px;
	right: 22px;
}
#footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 45%;
	right: 45%;
}

