body {
	background: #111 url(imgs/bg.png) repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFF;
	padding:0px;
	margin:0px;
}
body.black {
	background: #000;
}
h1, h2 {
	width:100%;
	display:block;
	text-align:center;
}
h1 {
	color:#111;
	margin:0px auto 20px auto;
	padding:15px 0px;
	background:#FFFF33;
	text-transform:uppercase;
	font-size:1.3em;
	border-bottom:7px solid #222;
}
h2 {
	font-size:1.2em;
	letter-spacing:normal;
}
h2 a {
	text-decoration:underline;
}
h2 a:link, h2 a:active, h2 a:visited {
	color:#EEE;
}
h2 a:hover, h2 a:hover:visited {
	color:#FFFF33;
}
input, input.text, textarea, select {
	background-color: #E8E8E8;
	padding: 2px;
	border: 1px inset #666666;
	color: #666666;
	margin: 3px;
	width: 150px;
}
.submit {
	background-color: #E8E8E8;
	padding: 5px;
	border: 2px outset #666666;
	color: #000000;
	cursor:pointer;
}
.checkbox {
	width:auto;
}
iframe {
	border: 0px none;
	padding:3px;
}
hr {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 30px;
	border: 1px ridge #FFFF33;
	clear:both;
}
#bottone {
	background:#EEE;
	color:#111;
	border:1px solid #666666;
	cursor:pointer;
	padding:2px;
}
#contenitore {
	width:90%;
	clear:both;
	display:block;
	margin:0px auto;
	text-align:center;
}
#left, #right, #adv {
	padding:10px 10px 20px 20px;
	background:#000;
	border:2px solid #222;
}
#left, #right {
	width:45%;
	display:inline-block;
}
#left {
	float:left;
}
#right {
	float:right;
}
#adv {
	margin:0px auto;
	width:97%;
	clear:both;
	display:block;
	font-size:0.6em;
	text-align:center;
	padding-bottom:10px;
}
#adv a {
	color: #FFF;
	text-decoration:none;
}
p.clear {
	height:1px;
	clear:both;
	display:block;
}