/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

/* Stile generale */
html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	background: url('images/body.gif');
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 76%;
	color: #f5f5f5;
}
div#container {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0px auto;
	background: transparent;
	text-align: left;
}

/* Stile Header */

div#header {
	position: relative;
	width: 770px;
	height: 25px;
	margin: 10px 0px 0px 0px;
	background: url('images/header.gif') no-repeat top;
}

/* Stile Content */

div#content {
	position: relative;
	width: 770px;
	background: #1b1b1b url('images/content.gif');
}
div#content_lft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 600px;
	padding: 0px 10px 0px 10px;
	background: url('images/content_lft.gif') no-repeat top;
}
div#content_monitor {
	position: relative;
	top: 125px;
	width: 250px;
	height: 350px;
	background: url('images/monitor.jpg') no-repeat;
}
div#content_ctr {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 320px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #e2e4e8;
	background: transparent;
}
div#content_rgt {
	position: absolute;
	top: 0px;
	left: 608px;
	width: 150px;
	background: transparent;
	text-align: center;
}
div#content_rgt a img {
	border: 1px solid #e2e4e8;
	background: transparent;
}
div#content_rgt a:hover img {
	border: 1px solid #ff0000;
	background: transparent;
}

/* Footer */

div#footer {
	position: relative;
	width: 770px;
	padding: 35px 0px 10px 0px;
	background: url('images/footer.gif') no-repeat top;
	text-align: center;
	font-size: 8pt;
	color: #ffffff;
}
div#footer a {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}

div#image {
	padding: 10px;
	background: #ffffff;
}
div#video {
	padding: 10px;
	background: transparent;
}
