@charset "UTF-8";
/* CSS Document */

body  {
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	}
#wrapper {
	background-color: transparent;
	width: 100%;
	position:absolute;
	bottom:0px;
}
#content{
	width:1024px;
	height:768px;
	margin: 0px auto -1px auto;
	
}

#colleft {
height:768px;
float:left;
width:170px;
padding:0px;
margin:0px;
}

#colright {
height:768px;
float:right;
width:230px;
padding:0px;
margin:0px;
}
#main{
height:768px;
margin-left:170px;
margin-right:230px;
margin-top:auto;
margin-bottom:0px;

background-image:url(img/imgpag/sotto.jpg);
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position:bottom;
}
#story{
	position:relative;
	width: 600px;
	left:12px;
	bottom:230px;
	top: 100px;
	
}
a:link {
	color: #0076a3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0076a3;
}
a:hover {
	text-decoration: underline;
	color: #dade3c;
}
a:active {
	text-decoration: none;
	color: #dade3c;
}
h1 {
	font-size: 14pt;
	color: #0076a3;
}
h2 {
	font-size: 12px;
	color: #dade3c;
}
