body {
	margin: 0;
	text-transform: none;
	padding: 1.0em 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 20px;
	color: #444444;
	background: white;
	}
	
	
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	float: center;
	}
	
#page{
	width: 720px;
	
	
}

.logo{
	background-image: url(../images/extrasolar_logo.png);
	width: 388px;
	height: 181px;
	margin: 0 auto;
	margin-top: 100px;
	float: center;
	text-align: center;
	}
	
.byline {
	margin: 0 auto;
	margin-top: 70px;
	width: 400px;
	float: center;
	text-align: center;
	}
	
.email {
	margin: 0 auto;
	margin-top: 60px;
	width: 400px;
	height: 29px;
	text-align: center;
	
	}
	
.emailtext{
	line-height: 1.65em;
	}
	
.emailleft{
	float: left;
	}
	
.emailright{
	float: right;
	}
	
.flourish {
	background-image: url(../images/flourish.gif);
	margin: 0 auto;
	margin-top: 30px;
	width: 128px;
	height: 27px;
	}
	


p {
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px;
}

.yellowtext {
	font-size: 48px;
	color: #FFB06D;
}
a {
	font-size: 20px;
	text-decoration: none;
	font-weight: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #fd0060;
}