@media screen, projection {
	/* Header */	
	#header {
		background: #FFF url(../images/bg_header.gif);
		width: 960px;
		height: 168px;
	}
	#header h1 {
		background: url(../images/logotop.gif) no-repeat;
		text-indent: -9999px;
		width: 326px;
		height: 120px;
		position: absolute;
		top: 24px;
		left: 24px;

	}
	#ad_header {
		width: 470px;
		height: 122px;
		position: absolute;
		top: 24px;
		right: 12px;
	}
	#ad_header img {
		width: 468px;
		height: 120px;
		border: 1px solid #666;
	}
}
