
body {
    font-family: verdana, arial ,helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #153971 url(images/bg.jpg) fixed no-repeat 50% 0;
    height: 100%;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

div,form {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
	text-decoration: none;
    color: #63CFF7;
}

a:hover {
    color: #f5a431;
    text-decoration: underline;
}

#container {
    width: 100%;
    min-height: 100%;
	position: relative;
}

#header {
	width: 100%;
	height: 132px;
	color: #eaf1f8;
}

#header .top_bar {
	width: 100%;
	height: 3px;
	background-color: #153970;
}

#header .header_contain {
	width: 904px;
	margin: 0 auto;
}

#header .logo {
	width: 295px;
	height: 125px;
	float: left;
}

#header .content {
	width: 600px;
	height: 125px;
	float: right;
	padding-bottom: 14px;
}

#main {
	width: 904px;
	min-height: 503px;
	margin: 0 auto;
	position: relative;
	background: url(images/body_bg.png) no-repeat 100% 0px;
	padding-bottom: 298px;
	color: #eaf1f8;
	margin-top: 14px;
	padding-top: 10px;
	
}
#main .main2 {
	width: 866px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 298px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat 50% bottom;
}

#footer .copyright {
	width: 904px;
	margin: 0 auto;
	font-size: 11px;
	color: #263f65;
	text-align: right;
	padding-top: 265px;
}

#footer .copyright a {
	color: #254168;
}

<!--[if lt IE 7]>
#container {
	height:100%;
}
<![endif]-->
