@charset "UTF-8";
/* CSS Document */

h1 {
	display: block;
	width: 340px;
	height: 40px;
	background: url(graphics/h1_over.png) no-repeat;
	position: fixed;
	left: 38px;
	bottom: 20px;
	}
	* html h1 { /*IE FIX*/
		position: absolute;
		bottom: 11px;
		left: 0;
		}
	.opera h1 {
		bottom: 41.5px;
		}
	
.subtitle {
	display: block;
	width: 347px;
	height: 14px;
	background: url(graphics/subtitle.png) no-repeat;
	position: fixed;
	left: 385px;
	bottom: 32px;
	}
	* html .subtitle { /*IE FIX*/
		position: absolute;
		bottom: 18px;
		left: 347px;
		}
	.opera .subtitle {
		bottom: 48px;
		}
	.subtitle span {
		display: none;
		}
		
h2 {
	background-image: url(graphics/h2_thelatest.png);
	width: 163px;
	height: 65px;
	}
