body {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #E5DBBC;
	background-color: #100001;
}
html{
scrollbar-base-color: #100001;
scrollbar-face-color: #41090B;
scrollbar-track-color: #100001;
scrollbar-highlight-color: #41090B;
scrollbar-shadow-color: #41090B;
scrollbar-darkshadow-color: #41090B;
scrollbar-arrow-color: #CCAA6B;}
td {font-family: verdana, sans-serif; font-weight: normal; font-size: 10px;color:#E5DBBC;}
.back{border: 2px solid #791318; }
a:link		{ color:#E1656C;  text-decoration:underline;}
a:visited	{ color:#E1656C; text-decoration:underline;}
a:hover		{ color:#FFFFFF; text-decoration:underline; }
a:active	{ color:#E1656C;  text-decoration:underline;}

#contentMask {
position:absolute; left:200px;top:140px; width:600px; overflow:hidden; z-index:1; filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}


.headline 
{font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	color: #FDB72A;
	font-weight:bold;
	text-transform: uppercase;text-decoration: underline;}
	
.top 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E1656C;
	font-weight: bold;
	text-transform: uppercase;
}	