html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.4;
	font-size: 0.9em;
	background-color: #000;
}

a:link { color: #cd7824; }
a:hover { color: #f27800; }
a:visited { color: #e15118; }

/*-----------------------------------------
					Wrap
-----------------------------------------*/
#wrap {
	width: 1024px;
	height: 819px;
	margin-top: -410px;
	margin-left: -512px;
	background: url(/images/top/back_img.jpg) no-repeat 0 0;
	position: relative;
	top: 50%; left: 50%;
}

/*-----------------------------------------
				Top Logo
-----------------------------------------*/
h1#logo {
	width: 380px;
	height: 240px;
	margin: 0;
	padding: 0;
	background: url(/images/top/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 225px;
	left: 30px;
}

/*-----------------------------------------
				Index Menu
-----------------------------------------*/
ul#menu {
	width: 328px;
	height: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/top/top_menu.png) no-repeat 0 0;
	position: absolute;
	top: 490px; left: 85px;
}

ul#menu li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#menu li a {
	height: 22px;
	margin-left: 6px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

ul#menu li a:hover {
	background: url(/images/top/top_menu.png) no-repeat 0 0;
}

ul#menu li.profile a           { width: 60px; }
ul#menu li.profile a:hover { background-position: -6px -20px; }

ul#menu li.bio a           { width: 45px; }
ul#menu li.bio a:hover { background-position: -72px -20px; }

ul#menu li.stage a           { width: 72px; }
ul#menu li.stage a:hover { background-position: -123px -20px; }

ul#menu li.news a           { width: 66px; }
ul#menu li.news a:hover { background-position: -201px -20px; }

ul#menu li.contact a           { width: 55px; }
ul#menu li.contact a:hover { background-position: -273px -20px; }

/*-----------------------------------------
				Footer
-----------------------------------------*/
#index_footer {
	width: 997px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 0; left: 27px;
}

.counter {
	width: 45px;
	height: 20px;
	margin: 5px 10px 0 0;
	padding: 0 5px;
	line-height: 20px;
	text-align: center;
	float: left;
	background-color: #222;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}