
body {
    font-family: verdana, arial ,helvetica;
    font-size: 12px;
    margin-left:0;
    padding: 0;
    height: 100%;
}


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

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


a img {
    border: 0;
}

a {
	text-decoration: none;
    color: 0000CD;
}

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

#topic{
	float:left;
	line-height:19px;
	margin:0 0 3px !important;
	padding-left:10px;
	text-align:left;
}

#u{
	float:right;
	line-height:19px;
	margin:0 0 3px !important;
	padding-right:10px;
	text-align:right;
}
#container {
    width: 100%;
    min-height: 100%;
	position: relative;
}

#header {
	width: 100%;
	height: 128px;
	color: #0000CD;
	text-align:center;
}

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

#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;
}
#content{
	background: url(images/body_bg.png) no-repeat scroll 50% 0;
	width:600px;
}

<!--*html #content {  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod=crop, src="images/body_bg.png");  
  background:none;
  width:600px;
 }  -->
 
*html #content {

width: 600px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/body_bg.png'); /* IE6 */
_background-image: none; /* IE6 */
text-decoration: none; 
}
 

#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]-->
