html,body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}

body {
	background-image:url(underconstruction.png);
	background-position:left bottom;
	background-color:#d60630;
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFF;
	text-decoration:none;
	
	min-width:400px;
	
}


div#container {
	position:relative;
	margin:0 auto;
	width:100%;
	
	height:auto !important;
	height:100%;
	min-height:100%;
}

div#header {
	position:relative;
	height:240px;
	
	background-image:url(underconstruction_top.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
		
	div#header_inner {
		position:relative;
		height:220px;
		background-color:#FFF;
	}
	
	div#header_inner_img {
		height:220px;
		background-image:url(logo.png);
		background-position:right top;
		background-repeat:no-repeat;
		margin:0px 20px 0px 0px;
	}

	

div#content {
	position:relative;
	padding:0px 0px 90px 0px;
}

div#content_text {
	position:absolute;
	font-size:45px;
	line-height:50px;
	left:0px;
	top:50%;
	margin-top:50px;
	width:100%;
	text-align:center;
	
}


div#footer {
	position:absolute;
	width:100%;
	height:90px;
	bottom:0;
	left:0px;
	background-image:url(underconstruction_bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
}
	div#footer_inner {
		position:relative;
		margin-top:20px;
		background-color:#FFF;
		height:70px;
		line-height:70px;
		color:#000;
	}
	div#footer_inner a {
		color:#000;
		outline:none;	
	}
	div#footer_inner a:hover {
		text-decoration:none;	
	}
	