@charset "utf-8";
#container {
	background-image: url(../images/bg-intro.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#header {
	background-image: none;
}
#container h1 {
	display: none;
}
h3.hd-intro {
	background-image: url(../images/hd-intro.png);
	display: block;
	height: 80px;
	width: 615px;
	height: 100px;
	position: absolute;
	left: 161px;
	top: 183px;
	text-indent: -9999px;
}
#detail-look {
	width: 590px; /* remember to set a width */
	top: 350px;
	left: 170px;
}
#detail-look .text {
	width: 570px;
	padding: 10px;
	text-transform: uppercase;
}
#header ul {
	display: block;
	position: absolute;
	top: 300px;
	left: 200px;
}
#header li {
	display: inline;
}
#header li a { 
	display: block;
	height: 30px;
	text-indent: -9999px;
	float:left;
}
#header li a:hover {
	background-position: 0px -30px;
}
a.btn-enter {
	background-image: url(../images/btn-enter.png);
	width: 210px;
	margin-right:20px;
}
a.btn-exit { 
	background-image: url(../images/btn-exit.png);
	width: 222px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: 23px;
}
