@charset "utf-8";
/* CSS Document */

/* CHANGES THE MAIN HEIGHT OF THE BACKGROUND */
#container_bg {
	width:987px;
	height:auto;
	background:url(../../images/bg_fullcontainer.jpg) no-repeat;
}

/* WHERE ALL CONTENT SHOULD BE PLACED FOR AUTO-STRETCH */
#content_bg {
	background:url(../images/demo/demo_background.jpg) no-repeat;
	width:957px;
	height:600px;
	margin-left:15px;
	background-color:white;
}

#sitemap_link {
	margin-left:40px;
	width:800px;
	margin-top:40px;
	float:left;
}