@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}
body {
	background-color: #000000;
	margin:0px 0px 0px 0px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	height:100%;
	text-align:left;
}
a:link {
	text-decoration: none;
	color: #00B0FC;
}
a:visited {
	text-decoration: none;
	color: #00B0FC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align: middle;
	}
	embed:focus{
		outline:none;
		
	}

#summary-text{
	color: #FFF;
	text-align:left;
	margin:50px;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px;
	width:500px;
	
}
