@charset "UTF-8";
/* CSS Document */

body {
text-align:center;
margin: 0 auto;
padding: 0;
width: 850px;
background: #FFFFFF;
}

#banner {
width: 850px;
height: 100px;
background: #FFFFFF;
}

#header {
width: 850px;
height: 128px;
background: #FFFFFF;
}

#nav {
width: 850px;
height: 25px;
background: #FFFFFF;
}

#content {
width: 850px;
height: 377px;
background: #FFFFFF;
}

#footer {
float:left;
width: 626px;
height: 70px;
background: #FFFFFF;
}

#footer2 {
float:right;
width: 224px;
height: 70px;
background: #FFFFFF;

}

a img {
border:none;
}

