body, html{
	margin: 0;
	padding: 0;
	background: #ccc url('images/stripe-bg.png');
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

*{
	padding: 0;
	margin: 0;
}

img{
	border: none;
}

a{
	text-decoration: none;
}

.advisors{
	color: #013366;
}

.partners{
	color: #214034;
}

#wrapper{
	width: 100%;
	padding: 20px 0;
	margin: auto 0;
}

.wrapper{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

.column{
	float: left;
	width: 475px;
}

#header{
	height: 97px;
	background: #eee url('images/top-strip-bg.png') repeat-x;
	overflow: hidden;
}

#content{
	background: #ddd url('images/content-bg.jpg') bottom center no-repeat;
}

#content .wrapper{
	padding: 20px 0;
	background: url('images/content-divider.png') center center no-repeat;
}

.screenshot{
	text-align: center;
}

.description{
	width: 405px;
	padding: 20px 0 0 35px;
}

#footer{
	height: 35px;
	color: #aaa;
	background: #eee url('images/bottom-strip-bg.png') repeat-x;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
}