body {
	background-color: #111;
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Calibri, Trebuchet MS;
	font-size: small;
	color: #999;

	overflow: hidden;
	/*position: relative;*/
	/*float: left;*/
}

#content{
	position: absolute; 
	top: 10%; 
	left: 50px; 
	background: #111; 
	background: rgba(1,1,1,0.65); 
	width: 440px; 
	text-align: left; 
	padding: 20px 30px 0px 30px;
}

#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: 5px 0px 0px 0px;
	float: right;
	position: relative;
	bottom: -35px;
}

.stamp {
	float: right; 
	margin: 5px 0px 0 0;
}

a:link {
	text-decoration: none;
	color: #888;
	text-shadow:#000 0 1px 0; 
}
a:visited {
	text-decoration: none;
	color: #888;
	text-shadow:#000 0 1px 0; 
}
a:active {
	text-decoration: none;
	color: #888;
	text-shadow:#000 0 1px 0; 
}

a:hover{
	text-decoration:none;
	color:#ccc;
	text-shadow:#000 0 1px 0; 
}

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