body {
	background-color: #003366;
	text-align: center;
}
a img {
	border-style: none;
}

#box {
	height: 550px;
	width: 770px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -385px;
	margin-top: -275px;
	background-image: url(images/bg_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#artisti {
	position: absolute;
	top: 215px;
	left: 50%;
	width: 770px;
	margin-left: -385px;
}
#menu {
	position: absolute;
	top: 400px;
	text-align: center;
	left: 50%;
	width: 770px;
	margin-left: -385px;
}
#menu a {
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
	color: #003366;
	font-weight: bold;
}
#menu a:hover {
	color: #ff6300;
}
