body {
	background: #000000 no-repeat url('../images/background/night-glow-red-background.jpg');
	/*background: #000000 no-repeat url('../images/background/photoshop-textures-diamond-background-monochrome.jpg');*/
	background-position: center;
}

#content_area {
	/*background-color: #334400;*/
	width: 100%;
	margin-top: 20px;
}


#main_area {
	background-color: #222222;
	height : 400px;
	width: 800px;
	margin: auto auto;
}

#top_menu {
	height: 26px;
	color: #ffffff;
	/*border: thin dashed #ffff22;*/
	background: url('../images/menu_bg.png') repeat-x;
}

#content {
	height: 350px;
	/*border: thin dashed #ffffff;*/
}

#content_footer {
	color: #ffffff;
	border: thin dashed #00ffff;
	font-size: small;
	padding: 0 10 0 10;
}
