#header {
	margin:0px auto;
	background-image:url(img/header.png);
	height:290px;
	width:900px;
}
#content_container{
	background-image:url(img/content.png);
	background-repeat: repeat-y;
	width:900px;
	text-align:center;
	margin:0px auto;
}
#content_bottom{
	background-image:url(img/bottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:26px;
	text-align:center;
	margin:0px auto;
}

#footer {
	color:white;
	font-size:10px;
	margin-bottom:20px;
	text-align:right;
	padding-right:20px;
}