
/* Reset & Basic page setup */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Helvetica, sans-serif; 
	
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em }
a { outline: none; }
a img { border: none; }

/* END Reset */

/* TOOLBOX */

.floatleft { float:left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* Structure */

#page-wrap {
	width: 960px;
	margin: 0 auto;
	background: url(images/background.jpg) ;
	}



ul#nav {
	}
	ul#nav li {
		 display: inline; 
		}
		
		ul#nav li a {
			display: block;
			text-indent: -9999px;
					}
		ul#nav li.index_01 a {
			width: 960px;
			height: 679px;
			background: url(images/index_01.jpg) bottom center no-repeat;
			float: left; 
		} 
		ul#nav li.enter a {
			width: 960px;
			height: 89px;
			background: url(images/enter.jpg) bottom center no-repeat;
			float: left; 
		} 
		ul#nav li.index_03 a {
			width: 960px;
			height: 71px;
			background: url(images/index_03.jpg) bottom center no-repeat;
			float: left; 
		} 
		ul#nav li.exit a {
			width: 960px;
			height: 78px;
			background: url(images/exit.jpg) bottom center no-repeat;
			float: left; 
		} 
		ul#nav li.index_05 a {
			width: 960px;
			height: 459px;
			background: url(images/index_05.jpg) bottom center no-repeat;
			float: left; 
		}
		
		ul#nav li a:hover {
			background-position: center center;
		
		}
		ul#nav li a:active { 
			background-position: top top;		
		}

#footer {
	
}
/* END Structure */