@charset "utf-8";
/*-----------------------------------------------------
* Rockamenco Top CSS
	* Version: 0.90
	* Created: 2008.03.02
	* Last Modified: 2008.03.02
-----------------------------------------------------*/
/*-----------------------------------------------------
* Version History
	*Version: 0.90: Created!;
	*Version: 0.91: Minor fix;

* Table of Contents
	*00 Import CSS
	*01 Global Layout
	*02 Hero
	*03 Footer
-----------------------------------------------------*/

/* =00 Import CSS
-------------------------------------------------------------------- */
@import url(reset.css);
@import url(base.css);
@import url(cmn.css);
@import url(clearfix.css);

/* =01 Global Layout
-------------------------------------------------------------------- */
body {
	background: #000000;
}

div#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 482px;
	margin: -241px 0 0 -350px;
}

div#wrapper h1#hero {
	width: 700px;
	height: 459px;
	padding: 0;
	background: #FFFFFF url(../img/top/bg_hero.jpg) no-repeat 0 0;
	text-align: left;
}
div#wrapper ul#footer {
	float: right;
	padding: 5px 0;
	color: #E8E8E8;
	font-size: 10px;
	line-height: 1.2;
}

/*	=02 Hero
-----------------------------------------------------*/
h1#hero a {
	position: relative;
	display: block;
	width: 700px;
	height: 459px;
	padding: 0;
	background: transparent;
}
	h1#hero a img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -157px;
	}
	h1#hero a:hover {
		box-shadow: 0 0 3px #FFFFFF;
		-webkit-box-shadow: 0 0 3px #FFFFFF;
		-moz-box-shadow: 0 0 3px #FFFFFF;
		-o-box-shadow: 0 0 3px #FFFFFF;
		-ms-box-shadow: 0 0 3px #FFFFFF;
	}
	h1#hero a:active {
		filter: alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity: 0.8;
	}

/*	=03 Footer
-----------------------------------------------------*/
ul#footer li {
	display: inline;
}
ul#footer li address {
	display: inline;
}
ul#footer li img {
	vertical-align: bottom;
}