@charset "UTF-8";
/* CSS Document */
body {
	background-color: black;	
}

#top_background,#center_background,#bottom_background {
	width: 1010px;
	
	margin: auto;
}

#top_background {
	background:url(../img/backgrounds/top_background.png) center no-repeat;
	height: 25px;
}

#center_background {
	position:relative;
	background:url(../img/backgrounds/center_background.png) center repeat-y;
}

#bottom_background {
	height: 25px;
	background:url(../img/backgrounds/bottom_background.png) center no-repeat;
}
