html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}
a {
	color: #FFF;
	text-decoration: none;
}
#leftContent {
	width: 305px;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
//position: absolute;
top: expression(parseInt(document.body.scrollTop, 10) + "px");
}
#leftContent p {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 25px;
	padding: 0px;
}
#leftContent .lancia {
	margin-left: -10px;
	margin-bottom: 15px;
}
#rightContent {
	width: 460px;
	padding-left: 10px;
	margin-left: 305px;
	position: absolute;
}
#rightContent-bg {
	width: 467px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #243373;
	border-left-color: #243373;
	background-repeat: repeat;
	margin-left: 305px;
	position: absolute;
	background-image: url(../images/content_bg.png);
	height: 1300px;
}
#rightContent h1 {
	font-size: 23px;
	font-weight: normal;
	margin: 30px 0px 0px 5px;
	padding: 0px;
}
#rightContent p {
	padding-right: 12px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
#bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#panorama, #panorama_behind {
	margin-left: 5px;
	margin-top: 3px;
}
