body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Century Gothic, Calibri, Trebuchet MS;
	font-size: small;
	color: #999;
	width: 100%;
	
	overflow: hidden;
	/*position: relative;*/
	/*float: left;*/
}

#content{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 580px;
	background-color: #000;
}

#grid{
	position: relative;
	/*width: 4000px;*/
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.column{
	width:1014px;
	padding:0px 0px 0px 0px;
	margin: 0px;
	/*float:left;*/
}

.inner_box {
	width: 1014px;
	height: 580px; 
	margin-top: 0px;	
	margin-bottom: 0px;
	border: 0px solid #444;
	background-color: #000;	
	text-align: left;	
	position: absolute;
	left:50%;		
	margin-left: -507px;	
}

.footer{
	font-size: x-small;
	color: #666666;
	text-align: left;
	margin-left: 0px;
	float: right;
	position: relative;
	bottom: -150px;
}

a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:active {
	text-decoration: none;
	color: #444;
}

a:hover{
	text-decoration:none;
	color:#ccc;
}

.grid_navi_controller{
	opacity: 1;
	background-color: #fff; 
	border-bottom: 1px #ddd solid;
}