body, html {
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	text-align: left;
	color:#fff;
	background-color: #000;
}
#Main {
	z-index: -1;
	position: relative;
	width: 800px;
	height: 500px;
	background-color: #000;
	}
#Content{
	position: relative;
	width: 750px;
	height: 450px;
	padding: 25px;
	background-color: #000;
	overflow:visible;
	}
#Navi {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 130px;
	height: 130px;
	margin: 10px;
	z-index: 10;
	background-color:#000;
	}
#Grid {
	float:left;
	width: 130px;
	height: 130px;
	margin: 10px;
	background-color:#000;
	text-decoration: none;
	}
#Text{
	margin: 10px;
	}
#Slide{
	width: 800px;
	height: 500px;
	position: relative;
	top: -25px;
	left: -25px;
	background-color: #000;
	}
/*---------------------------------------------------------------------*/
h2 {
	font-size: 15px;
	font-weight: 900;
	margin: 0 auto;
	line-height: 20px;
	}	
a {
	outline: none;
	text-decoration:none;
	border: none;
	transition: all 0.1s ease-in;	
	color: #fff;
	}	
a:hover {
	text-decoration:none;
	border: none;
	transition: all 0.1s ease-in;
	color: #eeeeee;
	cursor: pointer;
	opacity: .5;
	border: none;
	}