@CHARSET "UTF-8";

html, body, #myContent { height:100%; }
body { margin:0; padding:0; overflow:hidden; }
object { display:block; }




#myContent {

}

#textContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 736px;
	height: 400px;
	margin: -100px 0 0 -368px;	
}

#textContent h1 {
	background: url("../pictures/graphic/klirrLogo.jpg") no-repeat;
	text-indent: -9000px;
	width: 500px;
	height: 58px;
	display: block;
	margin: 10px auto 0 auto;
}

#textContent p {
	font-size: 100px;
	text-align: center;
	margin-top: 15px;
}

a {
	color: #000;	
}