body {
	background-color:black;
}

h1 {
	font-family: verdana;
	color:white;
	font-size:14px;
	font-weight:bold;
}

#Table_01 {
	border: 1px solid white;
	margin: 0 auto;
	text-align:center;
	position: relative;
	z-index:1;
	top:0px;
	width:980px;
	height:550px;
}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	height:550px;
}

#index-02 {
	position:absolute;
	left:15px;
	top:0px;
	width:210px;
	height:550px;
	background-image: url('../images/index_02.jpg');
}

#index-03 {
	position:absolute;
	left:225px;
	top:0px;
	width:755px;
	height:83px;
}

#index-04 {
	position:absolute;
	left:225px;
	top:83px;
	width:132px;
	height:467px;
}

#index-05 {
	position:absolute;
	left:357px;
	top:83px;
	width:623px;
	height:400px;
	text-align:left;
	background-image: url('../images/index_05.jpg');
}

#index-06 {
	position:absolute;
	left:357px;
	top:483px;
	width:623px;
	height:67px;
}

#content {
	color:white;
	font-family: verdana;
	margin:10px;
	font-size:12px;
	overflow-y:auto;
	overflow-x:hidden;
	height:380px;
}

#navigation { 
	position: relative;
	top:85px;
	text-align:right;	
	margin:10px;
}

.navigation { 
	color:white;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;	
}

.navigation:hover { 
	color:silver;

}

#viewport {
	margin-right:15px;
	margin-top:4px;
}