@charset "utf-8";
#container {
	background-repeat: no-repeat;
	text-align: center;
	height: 391px;
	width: 788px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: ffffcc;
	background-image: url(../images/bg_template.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	scrollbar-base-color:	    #ffffcc;
    scrollbar-3d-light-color:	#c80f41;
    scrollbar-arrow-color:		#ffffcc;
    scrollbar-darkshadow-color:	#ffffff;
    scrollbar-face-color:		#9c0929;
    scrollbar-highlight-color:	#8c0321;
    scrollbar-shadow-color:		#ececa0;
    scrollbar-track-color:		#f1f1a8;
}
