body {
	margin: 0;
	background-image: url(http://splash.unoeuro.com/background.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
A, A:active, A:visited {
	color: #FFF;
	text-decoration: underline;
}
A:hover {
	color:#FFF;
	text-decoration:none;
}
img {
	margin-bottom: 20px;
	border: 0;
}

#content {
	margin-top: 250px; 
	text-align: center;
}

#tagline {
	font-weight: bold;
	color:#FFF;
	font-size: small;
}