* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	background: url(img/background_gradient.png) top repeat-x #57acf2;	
}

.clear{
	clear:both;
}

.xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:top;
}
.xcontainer {
	text-align: center;
	position:relative;
	vertical-align:top;
	display:table-cell;
	height: 100%;
}	
.xinner {
	width: 1200px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background:url('img/background_main.jpg') top right no-repeat;
}

.content_title{
	overflow:hidden;
	height:40px;
	margin-left:450px;
}

.title_small{
	float:left;
	font-size:20px;
	font-family:Tahoma;
	color:#a9c7e0;
}

.title_big{
	float:left;
	font-size:24px;
	font-family:Tahoma;
	color:#6a9eca;
	margin-top:10px;
	margin-left:10px;
}

h3{
	font-size:10px;
	color:#FFF;
}

.content_container{
	width:1200px;
	min-height:400px;
}

.content_content{
	float:right;
	background:url('img/content_background.png') top right repeat-y;
	text-align:left;
	color:#fff;
	font-size:12px;
	font-family:Tahoma;
	width:520px;
	padding:50px 50px 0px 10px;
	min-height:400px;
	margin-bottom:20px;
	
}

.under_content{
	background:url('img/under_content_background.jpg') top repeat-y;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-family:Tahoma;
	width:1200px;
	min-height:400px;
}

ul {
	text-align:left;
}

.shell{
	float:left;
	text-align:left;
}

.footer{
	font-family:Tahoma;
	text-align: center;
	position:relative;
	border-top:#FFFFFF 1px solid;
	font-size:10px;
	color:#81b4e9;
	font-weight:bold;
	height:180px;
	background-color:#030a0f;
	vertical-align:top;
}

.footer a, .footer a:visited{
	text-decoration:none;
	color:#81b4e9;
}

.footer a:hover{
	text-decoration:underline;
	color:#FFF;
}

.footer_menu_container{
	display:inline-block;
	width:1200px;
}

.footer_menu{
	float:left;
	width:210px;
	text-align:left;
	padding-left:30px;
	margin-top:10px;
}

img {
	border: none;
}