﻿/* Layout CSS */
#news {
	width: 400px;
	position: absolute;
	left: -827px;
	top: 410px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 156px;
}
#header {
	width: 400px;
	position: relative;
	float: right;
}
#container {
	margin: auto auto 0px auto;
	padding: 0px;
	position: relative;
	width: 900px;
	left: auto;
	right: auto;
	background-image: url('sito_ok.jpg');
	height: 1273px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	top: auto;
}
#left_col {
	width: 285px;
	position: absolute;
	left: 93px;
	top: 175px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 380px;
	font-style: italic;
}
#page_content {
	position: relative;
	width: 385px;
	top: 990px;
	left: 450px;
	height: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
#footer {
	margin: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	left: auto;
	right: auto;
	float: inherit;
}
