body
{
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #000000;
	background:url('bg.gif') no-repeat;
	background-position:top right;
}
.logo
{
	font-size: 25px;
	font-weight: bold;
	color: #3c8dd9;
	text-align: center;
}
#trans
{
	width: 550px;
	margin: 0 50px;
	background-color: #dce9f3;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#trans * 
{
	position: relative;
}
#trans div 
{
	padding: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}


