@charset "utf-8";
body
{ 
background-image;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/background.jpg);
	background-color: #CD9934;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html {
	overflow-y: scroll;
}
#container {
	width: 1200px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
     }
#content {
	width: 1200px;
	height: 100%;
}
