body {
	background : #000000 url(/static/bg.jpg) fixed;
	overflow-y: scroll;
	overflow-x: hidden;
        background-size: cover;
	color: #458B00;
}
a { color: #458B00;}
a:visited {color: #458B00;}
a:hover {color:green;}
#menu {
	background : url(/static/bg.png);
	width:90px;
	left: 40px;
	top: 40px;
	position: fixed;
	padding: 15px;
	text-align: center;
}
#content {
	background : url(/static/bg.png);
	position: absolute;
	left: 160px;
	width: 70%;
	top: 40px;
	padding: 15px;
}
