body {
	background: url(images/bodybg.png) repeat-x top;
	font: 14px/145% "Segoe UI", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.wrapper {
	width: 930px;
	margin: 0 auto;
	background: white;
	padding: 30px;
}
.header {
	padding-bottom: 30px;
}
	.header h1 {
		background: url(images/logo.png) no-repeat;
		width: 380px;
		height: 72px;
		font-size: 0;
		text-indent: -9999px;
	}

.feature {
	background: #006d99 url(images/featurebg.jpg) no-repeat;
	height: 194px;
	margin: 0 -30px 10px;
	padding: 0 30px;
	position: relative;
}
	.feature #featureimg {
		position: absolute;
		top: -16px;
		left: 390px;
	}
	.feature h2 {
		background: url(images/featuretext.png) no-repeat;
		width: 356px;
		height: 50px;
		font-size: 0;
		text-indent: -9999px;
		position: absolute;
		top: 30px;
	}
	.feature ul {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 105px;
	}
		.feature li {
			float: left;
			list-style: none;
			padding: 0;
			margin: 0;
		}
	.feature a#download32 {
		background: url(images/dl32.png) no-repeat;
		width: 147px;
		height: 39px;
		display: block;
		font-size: 0;
		text-indent: -9999px;
	}
	.feature a#download64 {
		background: url(images/dl64.png) no-repeat;
		width: 147px;
		height: 39px;
		display: block;
		font-size: 0;
		text-indent: -9999px;
		margin-left: 10px;
	}
	.feature #version {
		position: absolute;
		top: 155px;
		color: #70bff1;
	}
		.feature #version a {
			color: #70bff1;
		}
h3 {
	font-size: 150%;
	line-height: 110%;
	font-weight: normal;
	margin: 30px 0 15px;
}
.content {
	width: 680px;
	float: left;
}
.sidebar {
	width: 200px;
	float: right;
	font-size: 85%;
}
	.sidebar .addthis_toolbox {
		font-size: 110%;
		line-height: 1;
	}
	.sidebar img#airsupportsticker {
		float: right;
		margin-top: -60px;
		margin-right: -15px;
	}
#nowwhat {
	background: #fffeee;
	margin: 15px -10px;
	padding: 5px 10px;
	border: 1px solid #ffd99c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
	#nowwhat h3 {
		margin-top: 10px;
	}
#notworking {
	background: #fff8f8;
	margin: 15px -10px;
	padding: 5px 10px;
	border: 1px solid #e78484;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
	#notworking h3 {
		margin-top: 10px;
	}
.clear {
	clear: both;
}
.footer {
	font-size: 11px;
	color: #aaa;
	margin-top: 40px;
	padding-top: 20px;
	line-height: 150%;
	border-top: 1px solid #eee;
}
table#supported {
	border: 0 none;
}
	table#supported td {
		border: 0 none;
		padding: 0;
	}
