/* CSS Document */

body
{
	margin-top: 15px;
}

#header
{
	width: 761px;
	height: 71px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#header_sx
{
	width: 309px;
	height: 71px;
	position: absolute;
	left: 0px;
	background-image: url(../img/header_sx.jpg); 
}

#header_dx
{
	width: 433px;
	height: 56px;
	padding-top: 15px;
	padding-left: 20px;
	
	float: right;
	position: absolute;
	right: 0px;
	background-image: url(../img/header_dx.jpg);
}

#header_dx_vuoto
{
	width: 433px;
	height: 56px;
	padding-top: 15px;
	padding-left: 20px;
	
	float: right;
	position: absolute;
	right: 0px;
	background-image: url(../img/header_dx_vuoto.jpg);
}

#corpo
{
	width: 761px;
	height: 219px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#corpo_pagina
{
	width: 761px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#corpo_sx
{
	width: 309px;
	height: 219px;
	position: absolute;
	left: 0px;
	background-image: url(../img/corpo_sx.jpg);
}

#corpo_dx
{
	width: 453px;
	height: 219px;
	float: right;
	position: absolute;
	right: 0px;
	background-image: url(../img/corpo_dx.jpg);
}

#corpo_sx_pagina
{
	width: 309px;
	height: 219px;
	position: absolute;
	left: 0px;
	background-image: url(../img/corpo_sx_pagina.jpg);
}

#corpo_dx_pagina
{
	width: 433px;
	height: 179px;
	padding: 10px;
	float: right;
	position: absolute;
	right: 0px;
	background-image: url(../img/corpo_dx_pagina.jpg);
	background-repeat: no-repeat;
}

#box_esci
{
	position: absolute;
	width: auto;
	height: auto;
	top: 9px;
	right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form_login
{
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	text-align: center;
}