#container{
    text-align:center;
    height:100%;
}
#wrapper{
    width:870px;
    height:auto;
    position:relative;
    margin:auto;
    text-align:left;
}
#header{
    width:870px;
    height:77px;
}
#footer{
    text-align:right;
    color:white;
    padding-right:5px;
}
#content{
    width:870px;
    height:363px;
    background-color:#000;
}
#navbar{
    width:870px;
    height:129px;
    background-color:#fff;
}
.box1,.box2,.box3{
	position:absolute;
    width:290px;
    height:129px;
}
.box1{
    width:290px;
    height:129px;
    margin:0;
}
.box2{
    width:290px;
    height:129px;
    margin:0 0 0 290px;
	background-image:url(img/bg_box2.gif);
	font-size:10px;
}
.box3{
    width:290px;
    height:129px;
    margin:0 0 0 580px;
}
