@media screen,projection {

	* {
		margin: 0;
		padding: 0;
	}

	#homepage {
		color: #333;
		font-family: Georgia, "Cambria", "Times New Roman", Times, serif;
		line-height: 1.4; 
		background: #000 url('/img/bg_hp_2011.jpg') no-repeat top center;
		font-size: 14px;
	}

	#homepage h1 {
		text-align: center; 
		font-weight: bold;
		font-size: 20px; 
		letter-spacing: 2px;
	}

	#homepage h2 {    
		text-align: center; 
		font-weight: bold;
		font-size: 24px;
	}

	#homepage h1 a {
		color: #ffb932;
		text-decoration: none;
	}

	#homepage h2 a {
		color: #ffb932;
		text-decoration: none;
	}

	img {
		border: 0;
	}            

	.cleaner {
		clear: both;
		height: 1px;
		font-size: 1px;
		border: none;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	       
    #hpinfo {
		display: none;
	}
}
