body{
	background-color : black;
	color : white;
	font-size : 14px;
}

#container{
	width: 800px;
	margin: 0 auto;
	min-height : 600px;
	background: url(menu_bottom.jpg) no-repeat bottom right;
}
#header{
height : 90px;
padding-top : 80px;
width : 590px;
background: url(header.jpg) no-repeat top left; 
text-align : right;
font-size : 1.5em;
font-family: "Georgia";
margin : 0;

}
#footer{
text-align : center;
width : 600px;
}
#menu{
float : right;
background: url(menu_top.jpg) no-repeat top right; 
width : 204px;
padding-top : 170px;
min-height : 400px;
}

#menu ul{
padding-left : 10px;
}
#content{
width : 585px;
color : black;
background: white url(content_bottom.jpg) no-repeat bottom left; 

margin-left :10px;

}
#content_top{
background: url(content_top.jpg) no-repeat top left; 
width : 575px;

padding: 5px;
min-height : 410px;
}