html { height: 100%; }

body {	
    font-family: Verdana, sans-serif;
	color: #A19898;
	background-color: #100D14;
	background-image: url(images/back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	height: 100%;
	overflow:auto;
	scrollbar-face-color: #32251c;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #32251c;
	scrollbar-darkshadow-color:#32251c;
	scrollbar-track-color: #32251c;
	scrollbar-arrow-color: #ffffff;
	}

body.e {	
    font-family: Verdana, sans-serif;
	color: #A19898;
	background-color: #100D14;
	background-image: url(images/e_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	height: 100%;
	overflow:auto;
	scrollbar-face-color: #32251c;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #32251c;
	scrollbar-darkshadow-color:#32251c;
	scrollbar-track-color: #32251c;
	scrollbar-arrow-color: #ffffff;
	}


p {font-size: 10px; color: #A19898; text-align: center; }


a:link    { color:#A19898; text-decoration: none;}
a:visited { color:#A19898; text-decoration: none;}
a:hover   { color:#b08328; text-decoration: none;}
a:active  { color:#b08328; text-decoration: none;}

