body{
background: #f1f3f7;
margin: 0; padding: 0;
}

a{
color: #fff;
text-decoration: none;
}

a:hover{
color: #c3d1df;
text-decoration: none;
}

#container{
width: 579px;
margin: 0 auto;
padding-top: 40px;
}

#left{
float: left;
width: 288px;
}

#right{
float: left;
width: 260px;
}

.clear-both{
clear: both;
}

img{
border: 0px;
}

#footer{
background: url('images/footer-bg.png') repeat-x #1b2056;
width: 100%;
height: 100px;
}

#footer-contain{
width: 569px;
margin: 0 auto;
font-family: arial;
color: #ccc;
font-size: 11px;
padding: 20px 0;
text-align: center;
line-height: 16px;
}
