body {
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	
	color:#ffffff;
	background-color:#010044;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat; 
}

#conditions {
	margin:200px auto;
	width:500px;
	text-align:justify;
}

#buttons {
	margin:auto;
	width:500px;
}

#buttons a {
	display:block;
	padding:8px 0px;
	width:142px;
	text-align:center;
	color:#ffffff;
	background-image:url(../images/city_sexpulsante_off.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}

#buttons a:hover {
	background-image:url(../images/city_sexpulsante_on.gif);
}

#cmd_entra {
	float:right;
}

#cmd_esci {
	float:left;
}