	body {	
		margin: 0;	
		padding: 0;
		background-color: #CCCCCC;
		font-family: Arial;	
		font-size: 11px;	
		color: black;
	}
	img {	        border: none
	}


	a:link { text-decoration:none; color: grey; }
	a:visited { text-decoration:none; color: grey; }
	a:hover { text-decoration:none;color: black; }
	a:active { text-decoration:none;}
	a:focus { text-decoration:none; }

	#header{
		background: url(../h_images/header.png);
		width: auto;
		height: 150px;
		margin-top: 10px;

		opacity: 1.0;
	}
	#img{
		background: url(../h_images/img.png);
		position: absolute; 
		top: 250px; 
		right: 50px;
		height: 345px;
		width: 621px;
	}
	#m_top{
		background: url(../h_images/m_top.png);
		position: absolute; 
		top: 170px; 
		right: 500px;

		width: 578px;
		height: 51px;

		opacity: 0.8;
	}
	#m_middle{
		background: url(../h_images/m_middle.png);
		margin-top: 61px;
		padding-left: 15px;
		padding-right: 10px;

		position: absolute; 
		right: 500px;

		width: 553px;
		height: 300px;;

		opacity: 0.8;
	}
	#m_bottom{
		background: url(../h_images/m_bottom.png);
		text-align: right;
		padding-top: 6px;
		padding-right: 8px;
		margin-top: 361px;

		position: absolute; 
		right: 500px;

		width: 570px;
		height: 14px;

		opacity: 0.8;
	}