body {
	background-color: #240837;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	padding: 0px;
}

img {
	border-color: #331304;
}

#main {
	height: 100%;
	background-image: url('images/bg2.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: -6px;
}

#top {
	height: 180px;
	margin-left: 470px;
	padding-top: 90px;
}

#content {
	width: 620px;
	margin:0 auto;
}

#content-top {
	height: 47px;
	background-image: url('images/fg_top.png');
	background-repeat: no-repeat;
}

#nav {
	float:left;
}

#content-center {
	background-image: url('images/fg_center.png');
	background-repeat: repeat-y;
	width: 620px;
}

#post {
	padding: 10px;
	color: #331304;
}

#content-bottom {
	height: 74px;
	background-image: url('images/fg_bottom.png');
	background-repeat: no-repeat;
	padding: 0px;
}

#footer {
	padding-top: 10px;
	color: #fccf38;
}

p {
	font-size: 15px;
	margin-bottom: 17px;
	line-height: 19px;
}
