body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;
	background-image: url(bg.png);
    background-color: #494949;
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper
{
    width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#header
{
    background-image: url(header.png);
    background-repeat: no-repeat;
    height: 180px;
}
#menu
{
    background-image: url(menu.png);
    background-repeat: no-repeat;
    height: 35px;
    text-align: center;
    word-spacing: 50px;
}
#menu a
{
    color: #ffffff;
    font-size: 13px;
    position: relative;
    top: 8px;
}
#body
{
    background-image: url(background.png);
    background-repeat: repeat y;
    height: 800px;
}
#footer
{
    width: 600px;
    position: relative;
    background-image: url(footer.jpg) ;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
#footer a
{
    color: red;
	font-size: 12px;
	position: relative;
	top: 10px;
}
#content
{
width: 580px;
height: 780px;
top: 10px;
left: 10px;
}

