body {
	background: #f3f3f3;
	font: 13px/18px arial, helvetica, sans-serif;
	color: #4b4b4b;
	}
	
#wrapper {
	width: 75%;
	margin: 0 auto;
	min-width: 960px;
	max-width: 1230px;
}
	
header {
	display: block;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 20px;
}

	#intro {
		width: 52%;
		margin: 0 auto;
		text-align: justify;
	}
	
#left {
	float: left;
	background: #e3e3e3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 46%;
	padding: 25px 1% 0px 1%;
	height: 375px;
}

#right {
	float: right;
	background: #e3e3e3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 46%;
	padding: 25px 1% 0px 1%;
	height: 375px;
}

	.button {
		background: #26a9df;
		color: #fff;
		font: bold 28px/20px Arial, helvetica, sans-serif;
		text-transform: uppercase;
		height: 40px;
		width: 80%;
		display: block;
		text-align: center;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: 0 auto;
		border-bottom: 5px solid #1d7397;
	}
	
	.button:hover {
		background: #58c1ec;
		text-decoration: none;
		color: #fff;
	}
	
	.beta {
		font-size: 12px;
		line-height: 12px;
		text-align: right;
	}
	
	.screenshot {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 350px;
		padding-bottom: 20px;
		}
		


a {
	color: #4b4b4b;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: block;
	}
	
a:hover {
	text-decoration: underline;
	color: #26a9df;
	text-transform: uppercase;
	font-weight: bold;
}

footer {
	display: block;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #8e8e8e;
}

.logo {
	display: inline !important;
	width: 37px;
	border: 0;
}
	
.button2 {
	background: #e3e3e3;
	font: bold 13px Arial, helvetica, sans-serif;
	text-transform: uppercase;
	width: 25%;
	display: block;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	margin: 0 auto;
	border-bottom: 5px solid #c3bdbd;
	padding: 10px 0 10px 0;
	}
	
.button2:hover {
	background: #cccccc;
	text-decoration: none;
	}