* {
	margin:0;
	padding:0;
}
body, html {
	scrollbar-base-color:#890C08; 
	scrollbar-track-color:#2F1809;
	scrollbar-face-color:#CC3300; /*FFF4C7;*/
	scrollbar-highlight-color:#890C08;
	scrollbar-3dlight-color:#890C08;
	scrollbar-darkshadow-color:#890C08;
	scrollbar-shadow-color:#890C08;
	scrollbar-arrow-color:#890C08;
	height:99%;
	text-align:center;
	background-color:#2F1809;
	color:#FFFFFF;
}
body {
	margin:0;
	padding:0;
}
#wrapper {
	position:relative;
	width:1024px;
	margin:auto;
	margin-top:0%;
	min-height:100%;
	text-align:left;
}
* html #wrapper {
	height:100%;
}
