html, body {
height: 100%;
}
body {
	background-color: #45861E;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
#content {
	position:absolute;
	left:90px;
	top:198px;
	width:788px;
	height:380px;
	z-index:1;
}
#links {
	position:absolute;
	left:771px;
	top:16px;
	width:103px;
	height:30px;
	z-index:1;
}
#container {
	background-image: url(/Artwork/bgv3.png);
}
#fadein {
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url(/Artwork/fadein.png);
	width: 111px;
	position: absolute;
}
#fadeout {
	position:absolute;
	top:0px;
	width:111px;
	height:100%;
	z-index:2;
	right: 0px;
	background-image: url(/Artwork/fadeout.png);
}


#container {
	height: 600px;
	width: 960px;
	margin-top: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	z-index: 9;
}
h5 {
	margin: 0px;
	padding: 0px;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#container #content img {
	margin: 10px;
}
#container #content h2 {
	margin-left: 10px;
}
#post {
	position:static;
	top:0px;
	width:572px;
	height:100%;
	z-index:4;
	background-image: url(/Artwork/posts.png);
	margin-right: auto;
	margin-left: auto;
}
