@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #ffffff;
}
body {
	margin:0px;
	background-color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
body, html {
	height:100%;
}
#container {
	text-align:center;
	height:100%;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
#credits {
	padding:20px;
	text-align:center;
}
#anticipazione {
	padding:20px;
	line-height:20px;
}
.red {
	color:#D40035;
}