html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Alegreya', serif;
	}

#main {
	position: relative;
	width: 800px;
	height: 500px;
	text-align: center;
	}
	
#index {
	position:relative;
	outline:none;
}

#info {
	position: relative;
	font-size: 10px;
	color: #B6B6B6;
}
