body
{
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	
	text-align: justify;
}

	#slider, #imgheader, #topnavigation, #topbanner, #flashmovie, #navigation, #sidebar, #actionbar, #footer
	{
		display: none;
	}

	#wrapper
	{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
	}
	
		#label
		{
			position: absolute;
			right: 0;
			top: -60px;
		}
		
		#center
		{
			display: block;
			width: 100%;
		}
				
			#center h1
			{
				font-weight: bold;
				font-size: 14px;
				color: #03547a;
				
				margin: 0 0 5px 0;
			}
			
			#center h2
			{
				font-weight: bold;
				font-size: 11px;
				color: #649103;
				
				margin: 0 0 15px 0;
			}
			
				#center h2 span
				{
					padding: 0 5px 0 0;
					font-size: 10px;
				}
			
			#center h3
			{
				font-weight: bold;
				font-size: 10px;
				color: #144469;
				
				margin: 0 0 5px 0;
			}
			
			#center p
			{
				font-size: 11px;
				line-height: 18px;
				margin: 0 0 15px 0;
			}