body {
    background: #FFF url(../images/bg.png) no-repeat;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	
	color: #545454;
	font: 12px/160% "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#top{
	background: #729d31;
	width:100%;
	height:30px;
	border-bottom: 1px solid #101010;
	margin: 0 0;
}

#footer{
	width:100%;
	height:30px;
	border-top: 1px solid #c0c0c0;
}

#content{
	margin: 0 150px;
}
