* html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background-position: center 0px;
	background-repeat: repeat-y;
	background-image: url(sfondo.jpg);
	background-color: #33c;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#box {
	color: white;
	font-size: 0.8em;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
}

#header {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#box div {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ffcc33;
}

img {
	border-width: 0px;
}