body {
	background-color : black;
	color : RoyalBlue;
	font-family: 'Cantarell', arial, serif;
}

a img {
	border: 0px;
}

footer {
	font-size : 0.7em;
	color : #404040;
}
footer a {
	text-decoration : none;
	color : #404040;
}
footer a:HOVER {
	text-decoration: underline;
}

#ell_view {
	display: block;
	position: relative;
	width: 1024px;
	height: 768px;
	margin-top: 20px;
	margin-bottom: 160px;
	margin-left: auto;
	margin-right: auto;
}
#ell_view #ell_sky {
	position: relative;
}
#ell_view #ell_sky_blur {
	position: absolute;
	top:0px;
	left: 0px;
	opacity:1;
}
#ell_view #ell_center {
	position: absolute;
	top:185px;
	left: 314px;
	cursor: pointer;
}

#ell_view iframe {
	position: absolute;
	bottom: 20px;
	left: 20px;
}