body{
	background-color: #EEE;
	font-family: Goudy Old Style;
	background-image: url(image/spaget.jpg), -webkit-linear-gradient(270deg,rgba(212,125,126,0.58) 0%,rgba(180,60,60,1.00) 100%);
	background-image: url(image/spaget.jpg), -moz-linear-gradient(270deg,rgba(212,125,126,0.58) 0%,rgba(180,60,60,1.00) 100%);
	background-image: url(image/spaget.jpg), -o-linear-gradient(270deg,rgba(212,125,126,0.58) 0%,rgba(180,60,60,1.00) 100%);
	background-image: url(image/spaget.jpg), linear-gradient(180deg,rgba(212,125,126,0.58) 0%,rgba(180,60,60,1.00) 100%);
	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-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 24;
	text-align: center;
}
#nav{
	width: 180px;
	float: left;
	background-color: #FF0000;
	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: #BCBCBC;
	color: white;
	text-align: right;
}
