body{
    background-color: #EEE;
    font-family: Goudy Old Style;
    background-image: url(image/spaget.jpg);
    background-repeat: no-repeat;
    background-position:  center;
}

a {
    text-decoration: none;
    color: white;
    
}
h1, h2, h3{
    margin: 0;
}
#container{
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#header{
    background-image: url(image/logo.jpg)
    text-align: conter;
    padding: 10px;
    
}
#content{
    padding: 1px;
    font-size: 24;
    text-align: center;
}
#nav{
    width: 180px;
    float: left;
    background-color: red;
    text-align: center;
}
#nav ul{
    list-style-type: none;
    padding: 0;

}
#mav.selected{
    font-weight: bold;
    
}
#main{
    width: 600px;
    float: right;
}
#footer{
    clear: both;
    padding: 10px;
    background-color: #999999;
    color: white;
    text-align: right;
}