body{
	background-color:#1F1F1F;
}

a:focus {outline: none;}

#content{
	position:relative;
}


#header{
	background:url('images/qk_intro/_head.jpg') repeat-x left top;
	height:92px;
	position:relative;
}

#header h1{
	width: 235px;
	height: 56px;
	background:url('images/qk_intro/_logo.png') no-repeat left center;
    padding:15px;
    margin-left:20px;
}
#header h1 a {
	display: block;
	overflow: hidden;
	text-indent:-999px;
	width: 235px;
	height: 56px;
}

#header h2{
	display: block;
	overflow: hidden;
	text-indent:-999px;
}

#header a.skip_intro{
	position:absolute;
	overflow: hidden;
	text-indent:-999px;
	top:20px;
	right:0px;
	width:176px;
	height: 40px;
	background:url('images/qk_intro/_skip_intro.png') no-repeat left center;
	display:block;
}

#header a:active.skip_intro{
	right:1px;
}

.img_holder{
	text-align:center;
	margin-top:10px;
}

.img_holder img{
	border:11px solid #303030;
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */
}

.img_holder a:hover img{
	opacity: 1; /* Safari, Opera */
	-moz-opacity:1; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}


.counter{
	width:99px;
	height: 37px;
	background:url('images/qk_intro/_count.png') no-repeat left center;
	display:block;
	position:absolute;
	top:-19px;
	right:15px;
}

.counter span{
	display:block;
	text-align:center;
	font:bold 20px verdana;
	color:#161616;
	margin-top:2px
}