html, body
{
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	
	font-size: 1.2em;
	font-family: Tahoma;
	font-weight: bold;
	
	background-color: #A91B03;
	color: #FFF;
}

	#header
	{
		height: 65px;
		
		background-image: url(img/bg_top.gif);
		background-repeat: repeat-x;
		
		text-align: center;
		line-height: 15px;
	}
	
	#logo
	{
		height: 440px;
		
		background-color: #FFF;
		
		text-align: center;
	}
	
	#footer
	{
		height: 86px;
		
		background-image: url(img/bg_bottom.gif);
		background-repeat: repeat-x;
		
		text-align: center;
		padding-top: 35px;
	}
	
		#footer a
		{
			color: #FFF;
			text-decoration: none;
		}
		
		#footer a:HOVER
		{
			color: #FFF;
			text-decoration: none;
		}