body {
	margin: 0;
	background-image: url(http://splash.unoeuro.com/background.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family:  Helvetica, Arial,sans-serif;
	color: #FFF;
}
A, A:active, A:visited {
	color: #FFF;
	text-decoration: none;
}
A:hover {
	color:#FFF;
	text-decoration:none;
}
img {
	border: 0;
}
#content {
	margin-top: 250px;
	text-align: center;
}
#tagline {
	font-weight: bold;
	color:#FFF;
	font-size: 13pt;
	margin: 0;
	text-shadow: 0 0 2px rgba(0,0,0, 0.8);
}
#helpline {
	font-weight: bold;
	color:#FFF;
	font-size: 9pt;
	margin-top: 50px;
}
#footer {
	margin-top: 10px;
	font-weight: bold;
	color:#FFF;
	bottom: 0;
	font-size: 11pt;
}

#footer A {
	text-decoration: none;
}

