body { 
	background-image:url(thorben_logo2_2_1.png); 
	background-color:#22272D; 
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-position:center; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #a3c2e4; 
	font-size: 12px; 
}

div.links { 
	position: absolute; 
	left: 50%; 
	top: 70%; 
	text-align: center; 
	width: 100%; 
	margin-left: -50%; 
	font-weight: bold; 
}

div.validate {
	position:inherit; 
	left: 1%; 
	top: 1%; 
	width: 100%; 
}

div.twitter {
	position: 		absolute;
	left: 			70%; 
	top: 			10%; 
	width: 			250px;
	height: 		300px;
}

div.barcode {
	background-image:url(fxencore_url.png); 
	position: 		absolute;
	left: 			20%; 
	top: 			10%; 
	width: 			102px;
	height: 		102px;
}

a:link, a:active, a:visited { 
	color:#82cfff; 
	font-weight:bold; 
	border-bottom:1px dotted #82cfff; 
	text-decoration:none;
}