@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	background-color:#02689c;
	font-family:arial;
	font-size:80%;
	background-image:url("../images/bg/background_main.png");
	background-repeat:repeat;
}

img{
	border:0px;
	text-align:center;
	vertical-align:middle;
}

a:link{
	color: #333333;
}

a:visited{ 
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{ 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

a:active{ 
	color: #333333;
}

#content_wrapper{
	width:1028px;
	height:95% ;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
  	margin-left: auto ;
  	margin-right: auto ;
}


#content{
	width:100%;
	height:200px ;
	text-align:left;
	position:relative;
}

#logo{
	text-align:center; 
	vertical-align:middle;
	position:relative;
	border:#C60;
}

#coming_soon{
	display:inline-block;
	text-align:center; 
	vertical-align:middle;
	position:relative;
	width:1028px;
	height:120px;
}

#topbar{
	text-align:center;
	vertical-align:middle;
	width:100%;
	position:relative;
	height:60px;
	background-image:url("../images/bg/background_header.png");
	background-repeat:repeat-x;
}

#footer{
	text-align:center;
	vertical-align:middle;
	width:100%;
	position:relative;
	bottom:30px;
	height:60px;
	background-image:url("../images/bg/background_footer.png");
	background-repeat:repeat-x;
}

#topbar_font{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

#copyright{
	text-align:center;
	vertical-align:middle;
	width:100%;
	position:absolute;
	bottom:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
}

.text-content{
	padding:15px;
}


