body {
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #eef8fe;
	background-image: url(../../images/bg/coming-soon-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
#top_bar{
	position:absolute;
	width:100%;
	height:58px;
	background-image: url(../../images/topbar/top_bar_bg.png);
	background-repeat: repeat-x;
	text-align:center;
}

#container_main_bg{
	position:absolute;
	width:1025px;
	overflow:hidden;
	left:50%;
	margin-left:-585px;
}

#bg_top{
	position:relative;
	overflow:hidden;
	width:1284px;
	background-image: url(../../images/bg/bg_top.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-bottom:-30px;
}

#container_main_content{
	position:relative;
	width:284px;
	left:440px;
	top:60px;
	/*background-color:#3CC;*/
}


.header_statement{
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	margin-top:150px;
	margin-left:100px;
	height:280px;
}

.header_statement img{
	margin-bottom:10px;
	margin-top:15px;
}

.header_copy{
	line-height:18px;
}

.header_copy_contact{
	font-size:10px;
	margin-top:-10px;
}

.body_copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#948331;
	margin-bottom:60px;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
