@charset "UTF-8";

/***********************************************************************
	SELECTOR STYLES
************************************************************************/

html {
	height: 100%;
}

body {
	font: 12px "Lucida Grande", arial, verdana, sans-serif;
	color: #575757;
	line-height: 20px;
	text-align: center;
	height: 100%;
	width: 100%;
}

* { 
	margin: 0; 
	padding: 0; 
}

a:focus {
	outline-style: none;
}

#container {
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

* html #container {
	height: 100%;
}

#gradient {
	position: absolute;
	background: url("../img/bg/bg_page_index_overlay.png") repeat-x top center; 
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
}

#content-body {
	position: absolute;
	top: -250px;
	left: -355px;
	width: 710px;
	height: 500px;
	text-align: left;
}

#intro {
	text-align: center;
}

a#link-tokyocube {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	height: 0px !important;
	height /**/: 1px;
	padding: 1px 0 0 0;
	width: 1px;
	text-decoration: none;
	overflow: hidden;
}

a#link-visualart {
	position: absolute;
	background: url("../img/btn/btn_link_visualarts.gif") top left;
	z-index: 3;
	bottom: 15px;
	right: 15px;
	display: block;
	height: 0px !important;
	height /**/: 23px;
	padding: 23px 0 0 0;
	width: 35px;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
}

a#link-visualart:hover {
	background-position: 0 -23px;
}
