.text
{
	font: 10pt Verdana;
	color: #dddddd;
}
.headline
{
	font: 12pt Verdana;
	color: #eeeeee;
	font-weight: bold;
	font-style: normal;
}
.link
{
	color:#eedddd;	
}
.footer 
{
	color:#888888;
	position:absolute;
	bottom:25px;
	text-align:center;
	font:5pt Helvetica;
}
.footer a:link {color:#888888; text-decoration:none}
.footer a:visited {color:#888888; text-decoration:none}
.footer a:active {color:#eedddd; text-decoration:none}
.footer a:hover {color:#eedddd; text-decoration:underline}

body
{
	background-color: #000000;
	background-image:url('images/bg.jpg');
	background-position: top right;
	background-repeat: no-repeat; 
	background-attachment:fixed;
	color: #cccccc;
	height: 100%;
	font: 10pt Verdana;
	padding: 0;
	overflow: hidden;
}
html
{
	height: 100%;
}
.test {
	background-color: #1a1a1a;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	border:4px solid #101010;
	padding: 5px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

