html, body {
	width: 100%;
	height: 100%;
}

body {	
	background-color: #000;
}

body, div, p, img, ul, form, h1, h2, h3, h4, h5, h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

div { 
	position: relative;
}

table#position {
	width: 100%;
	height: 100%;
	text-align: center;
}

div#container {
 	width: 800px;
	height: 504px;
	margin: 0 auto;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 0.8em;
	text-align: left;
}

div#header {
	height: 54px;
	width: 800px;
}

div#logo {
	float: left;
}

div#menu {
	margin-left: 225px;
	top: 22px;
}

ul#main_menu {
	list-style-type: none;
	text-align: right;
}

ul#main_menu li{
	display: inline;
	margin-right: 20px;
  
}

ul#main_menu {
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
}

ul#main_menu a, ul#main_menu a:visited {
	color: #fff;
	text-decoration: none;
}

ul#main_menu a:hover {
	color: #ccc;
}

.activelink {
	color: #888;
	text-decoration: none;
}

div#content {
	width: 760px;
	height: 410px;
	border-top: solid 20px #fff;
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
}

div#footer {
	width: 780px;
	height: 20px;
	background-color: #fff;
	font-size: 11px;
	line-height: 18px;
	padding-left:20px;
}

div#inner_page {
	padding: 0 20px 0 20px;
	height: 100%;
}

.bg_home {
	background-image: url("../images/home_bg.jpg");
	background-repeat: no-repeat;
}

.bg_prodotto {
	background-image: url("../images/prodotto_bg.jpg");
	background-repeat: no-repeat;
}

.bg_modelli {
	background-image: url("../images/modelli_bg.gif");
	background-repeat: no-repeat;
}

.bg_contatti {
	background-image: url("../images/contatti_bg.jpg");
	background-repeat: no-repeat;
}

div#text_box {
	background-color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: 0.80;
	opacity: .80;
	float: right;
	width: 250px;
	height: 370px;
	overflow: auto;
	line-height: 16px;
	margin-top: 20px;
}

.testo {
	margin: 20px;
}

div#text_box p {
	font-size: 0.9em;
}

div#text_box h1 {
	font-size: 1.1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #888;
}


div#text_box a:link {
	color: #c2361d;
}

div#text_box a:hover, #content a:active {
	color: #33201d;
}

div#text_box a:visited {
	color: #892614;
}