body {
background-color: beige;	
background-image: url(images/head.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}

#page {
margin-top: 70px;
margin-left: auto;
margin-right: auto;
background-color: lightpurple;
width: 920px;
height: 790px;
}

#title {
background-color: lightblack;
width:900px;
margin-top: 40px;
margin-left:10px;
}

#top_nav {
background-color:lightorange;
width:880px;
height:auto;
padding:10px;
font-family:arial;
font-size:25px;
margin-left: 10px;
margin-top: 30px;
}

#left {
position: relative;
float:left;
background-color:#FFFFFF ;
padding:10px;
width:250px;
height:450px;
margin-left: 10px;
}

#content {
position: relative;
float:left;
background-color: beige;
width:610px;
padding:10px;
height:450px;
font-family: arial, helvetica, sans-serif;
}

#bottom {
background-color: lightgreen;
width:880px;
padding:10px;
font-family:arial;
font-size:10px;
text-align:center;
margin-left:10px;
}