@charset "utf-8";

#container{ 
    width: 950px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
 }

#header{
    background-color: #ff6600;
    text-align: center;
    height: 200px;
    width: 950px;
    float: left;
}

#topNav{
    background-color: #666666;
    height: 50px;
    width: 950px;
    float: left;
}

#content{
    background-color: #ff6600;
    height: auto;
    width: 950px;
    float: left;
}

#footer{
    background-color: #666666;
    height: 50px;
    width: 950px;
    float: left;
}