body {
	background-color: #96B2DC;
	font-size: 16px;
}

#container {
	width: 50em;
	border: solid black 0.3em;
	margin: auto;
	background-color: black;
	background-image: url(images/main-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#leftbar {
	float: left;
	width: 300px;
	color: white;
	font-family: Arial,sans-serif;
	text-align: center;
	margin-top: 195px;
	font-size: 15px;
}

#joinlist {
    margin: 375px auto 0px;
    position: relative;
}

#content {
	background-color: #006CB8;
	width: 29.25em;
	margin-left: 300px;
	padding: 1em;
}

.cont {
	color: white;
	text-align: center;
	font-family: Arial,sans-serif;
	font-weight: bold;
}

.cont .head { font-size: 125%; margin-bottom: 0.5em; }
.cont .list { font-size: 90%; }

.mainhead {
	margin-top: 10px;
	font-family: Arial,sans-serif;
	color: #96B2DC;
	font-size: 32px;
}

.explanation {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #D6EACB;
	font-size: 110%;
	margin-bottom: 0.8em;
}

.section {
	color: white;
	font-family: Arial,sans-serif;
	margin-bottom: 0.9em;
	margin-top: 0.9em;
}

.section .head {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #D6EACB;
}

.green { color: #C0DFAE; }

.hook {
	color: white;
	font-family: Arial,sans-serif;
	margin-bottom: 0.9em;
	margin-top: 0.9em;
}

.hook a {
	color: white;
}

.hook .head {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #D4DFF1;
}

.cta {
	font-family: Arial,sans-serif;
	color: #96B2DC;
	font-size: 163%;
	width: 10em;
	margin-left: 190px;
}

.cta p {
	margin-top: 0.1em;
	margin-bottom: 0px;
}

.right {
	text-align: right;
}

#starburst {
	float: left;
	width: 184px;
	height: 186px;
	background-image: url(images/starburst.png);
	text-align: center;
	margin-right: 0.5em;
}

#starburst .title {
	font-size: 16px;
	padding-top: 40px;
	color: white;
	font-family: Arial,sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 5px;
}

#starburst .login_head {
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
}

#starburst .login_data {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0px;
}

.button {
	display: block;
	background-image: url(images/button.png);
	width: 115px;
	height: 28px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 15.3px;
	color: white;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
}

