html,body{
text-align:center;
margin:0px;
padding:0px;
font-size:12px;
}
.header {
width:834px;
height:66px;
margin:auto;
}
#banner {
height:271px;
background-image:url(../../../images/banner-bg.jpg);
}
#content {
margin:0px;
width:834px;
}
.content-p {
padding:8px;
text-align:left;
	line-height:20px;
	font-size:12px;
	text-indent: 2em;
}
.index-profile {
text-indent:2em;
margin:6px 6px 6px 6px;
float:left;
padding:6px;
}

#footer {
height:55px;
width:834px;
background-image:url(../../../images/footer-bg.jpg);
}
#footer a{
color:#1C63A8;
text-decoration:none;
}
#footer a:hover{
color:red;
}