*
{
	margin:0px; 
	padding:0px; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html
{
	width:100%; 
	height:100%; 	
}

body
{
	position:relative;
	width:100%;
	height:100%; 
}

img
{
	border:0;
}

#container
{				
	position:relative; 
	width:1000px; 				
	margin: 0 auto;		
	height:100%;	
}
			
div #header
{
	position:absolute;
	left:-48px;
	width:100%;
	overflow:hidden;
	right:0px;
	height:82px;
	top: -1px;
}		

div #body
{
	position:absolute;
	left:-2px;
	right:0px;
	top:176px;
}			

#footer
{
	position:absolute;
	left:31px;
	width:100%;
	text-align:center;
	z-index: 1;
}

.footerText
{
	font-size: 10pt;
	font-family: Tahoma;
	color: #9E9E9E;
	text-align:justify;
}

