body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: helvetica, tahoma, sans-serif;
	color: #545454;
	background: #15194A url('images/landingpage/background.jpg') repeat-y top center;
}

a:link { color: #545454; text-decoration: none }
a:visited { color: #545454; text-decoration: none }
a:active { color: #545454; text-decoration: none }
a:hover { color: #000000; text-decoration: none }

#outercontainer {
	width: 100%;
	text-align: center;
}

#maincontainer {
	width: 956px;
	margin: 0 auto;
	height: 100%;
}

#mainleft,
#mainright {
	float: left;
	width: 50%;
}

#logo {
	margin: 85px 0;
}

#rightstripcontainer {
	height: 205px;
}

#rightstrip {
	width: 50%;
	position: absolute;
	background: #DADADB;
}

#landingintrocontainer {
	width: 478px;
}

#landingintro {
	padding: 15px;
	font-size: 11px;
	line-height: 1.45;
	font-weight: bold;
	text-align: left;
}

#bottominfo {
	margin: 30px 0;
}

#bottominfo img {
	display: inline;
}

.clear {
	clear: both;
}