html, body {
	height: 100%;
}

body {
	font: 12px/1.6 Arial, sans-serif;
	background:  #EAEAEA url(../images/bg.jpg) top center no-repeat fixed;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	background: url(../images/container.png) top center repeat-y !important;
	background: url(../images/container.gif) top center repeat-y; /*stoopid ie*/
	width: 718px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	height: 160px; 
	width: 700px;
	margin-bottom: 0 !important;
	margin-left: 9px;

	background: url(../images/header.png) top right no-repeat !important;
	background: url(../images/header.gif) top right no-repeat; /*stoopid ie*/
}

#header h1 span, #footer span {
	display: none;
}

#content, #ads {
	width: 700px;
	padding-left: 9px;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #98bc48;
	cursor: pointer;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.news, h3.mootools {
	background: #adc96d;
}

h3.gethelp, h3.prototype {
	background: #c1d791;
}

p {
	padding: 10px;
	color: #444;
	background: #fff;
}

#footer a {
	display: block;
	height: 60px;
	width: 600px;
	background: url(../images/footer.png) top right no-repeat;
	margin-left: 0;
	padding-bottom: 30px;
}

#ads {
	padding-bottom: 20px;
}

#ads h3 {
	background-color: #eee;
	letter-spacing: 2px;
}

#ads h3 a {
	text-decoration: underline;
	color: #5275b4;
}

div.ads {
	width: 700px;
	padding: 10px;
}

#language {
 margin: 0;
 padding: 2px 13px 2px 0;
 text-align: right;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
}

.img_riquadro {
	padding: 3px;
	border: 1px solid #EAEAEA;
}

.table_programma {
	padding: 0; margin: 0 0 0 10px; border-bottom: 1px solid #EAEAEA; 
}
.table_programma td {
	padding: 3px; margin: 0; border-top: 1px solid #EAEAEA; vertical-align: top;
}


