body {
	background: #CCC;
	font-family: "Trebuchet MS", serif;
	width:100%;
	height:100%;
}

.clear {
	clear:both;
}

#container {
	width:760px;
	background:url(images/container_bg.jpg) left top no-repeat;
	margin:0 auto;
	padding:313px 0 240px 0;
}

h1 {
	font-size:14px;
	color:#B31119;
	font-weight:bold;
	text-align:center;
}

#buttons {
	width:528px;
	padding:90px 0 0 232px;
}

.slo a, .ita a, .eng a {
	width:96px;
	height:39px;
	display:block;
	float:left;
	padding:0 4px 0 0;
}

.slo a {background:url(images/vstopi.jpg) left top no-repeat;}
	.slo a:hover {background:url(images/vstopi_hover.jpg) left top no-repeat;}
	
.ita a {background:url(images/entra.jpg) left top no-repeat;}
	.ita a:hover {background:url(images/entra_hover.jpg) left top no-repeat;}
	
.eng a {background:url(images/enter.jpg) left top no-repeat;}	
	.eng a:hover {background:url(images/enter_hover.jpg) left top no-repeat;}

