﻿html, body 
{
	height					: 100%;
	margin-top				: 0px;
	margin-left				: 0px;
	margin-right			: 0px;	
	text-align				: left;
	font-family				: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	color					: #03068B;	
}
	
#container
{
	background-position: top;
	position: relative;
	min-height: 100%;
	height: 100%;
	background: #FFFFFF url(/images/testadx.jpg) repeat-x scroll top;
}

html>body #container 
{
	height					: auto;
}

#header 
{
	width					: 99%;	
}

#content 
{
	padding-bottom			: 55px;
	min-width				: 100%;
}

#footer 
{
	position				: absolute;
	bottom					: 0px;
	height					: 50px;
	width					: 100%;
	/*
	background				: #FFFFFF url(/images/sfondo.jpg) fixed repeat-x bottom;
	*/
}

table, td 
{
	padding					: 0px;
	vertical-align			: top;	
	border					: none; 
	border-spacing			: 0px;	
}

.Immagine 
{
	border-top-style		: none; 
	border-right-style		: none; 
	border-left-style		: none; 
	border-bottom-style		: none
}

body a
{
	color					: #03068B;
	font-weight				: normal;
	text-decoration			: underline;
}

body a:hover, a:active 
{
	color					: red;
	text-decoration			: underline;
	font-weight				: normal;
}