body {
	background-color: #fafafa;
	color: #333;
	margin: 0px;	
}

div#wrap {
	font-family: Helvetica, Arial, sans-serif;
	width: 800px;
	text-align: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	line-height: 25px;
	border: #e9e9e9 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div#content {
	font-size: 16px;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
}

div#content a {
	font-weight: bold;
	text-decoration: none;
	color: #53ACEF;
	border-bottom: dashed 1px #53ACEF;
}

div#content a:hover {
	text-decoration: none;
	color: red;
	border-bottom: dashed 1px red;
}

div#features {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: #e1e1e1 2px solid;
	background: #f1f1f1;
	font-size: 13px;
	padding: 15px;
	text-align: left;
	max-width: 250px;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;	
}

div#problems {
	border: #e9e9e9 1px solid;
	background: #fffafa;
	font-size: 16px;
	padding: 15px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.subject {
	font-family: 'dbold', Helvetica, "Lucida Grande", Arial, serif;
	font-size: 30px;
	color: #53ACEF;
	margin: 50px;
	margin-left: 0px;
}

.headline {
	font-family: 'dbold', Helvetica, "Lucida Grande", Arial, serif;
	font-size: 55px;
	color: #53ACEF;
	line-height: 100px;
	text-align: center;
	margin-bottom: 60px;
}

ul.mobileme-features {
	margin-left: 20px;
	list-style: square;
	margin-bottom: 20px;
}