@charset "utf-8";
/* CSS Document */
body {
	background-color:#663300 ;
	}
div#container1 {
	position:relative;
	}
div#container2 {
	position:relative;
	height:600px;
	width:800px;
	top: 0px;
    left: 50%;
    margin-left: -400px;
	}
