﻿div
{
	
}

body
{
	background-image: url(img/sfondo.gif);
	background-repeat: repeat-x;
}
div#wrapper
{
	width: 724px;
	margin: auto;
}
div#header
{
	height: 137px;
}
div#top
{
	width: 724px;
	height: 139px;
	margin: auto;
	position:relative;
}
div#logo
{
	width: 260px;
	height: 91px;
	margin-top: 25px;
	float: left;
	cursor:pointer;
}
div#logo img
{
	border:0;
}
div#payoff
{
	width: 290px;
	height: 30px;
	margin-top: 67px;
	float: right;
	background-image: url(img/payoff.gif);
	background-repeat: no-repeat;
}

div#content
{
	width: 703px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding: 10px;
	background-image: url(img/sfondo_content.gif);
	background-repeat: repeat-x;
	/*padding-top: 20px;*/
	font-size: 12px;
}
div#footer
{
	width: 724px;
	background-image: url(img/sfondo_footer.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 9px;
	height: 40px;
	margin-top: 25px;
	text-align: center;
	padding-top: 4px;
}

div#footer a
{
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover
{
	color: Yellow;
	text-decoration: underline;
}

#changelanguage
{
	position:absolute;
	right:0px;
	top:5px;
}

#changelanguage a
{
	font-size:10px;
	text-decoration:none;
	color:#666666;
}