body {
	background: #000000;
	;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	font-family: source-sans-pro;
}

#light {
	width: 410px; 
	height: 410px;
	overflow:hidden;
	margin: 0 auto 20px auto;
	background:url(../images/light.gif);
}

#logo {
	width: 410px;
	height: 410px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

h1,.h1, p {
	font-size: 16px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
}

h2, h3 {
	font-size: 20px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	margin: 30px auto 10px auto;
	padding: 0;
}

a, a:visited {
	color: #ffffff;
}

a:hover, a:active {
	color: #EFF7DD;
}

.text { max-width: 600px; margin: 0px auto;}