body {
	background: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px 45px 15px 45px;
	line-height: 150%;
}

p.testimonials {
	padding: 0px 40px 15px 40px;
}

p.guarantee {
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px 45px 15px 45px;
	text-align: center;
	color: #3285c7;
}

h2 {
	margin: 0px;
	padding: 0px 45px 15px 45px;
	text-align: center;
	font-weight: 300;
	color: #3285c7;
}

h3 {
	margin: 0px;
	padding: 0px 45px 15px 45px;
	text-align: center;
	font-size: 95%;
}

h4 {
	margin: 0px;
	padding: 0px 45px 15px 45px;
	text-align: center;
	font-weight: 300;
	color: #3285c7;
}

a {
	font-weight: bold;
	color: #3285c7;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0px 0px 0px 75px;
	padding: 0px 15px 5px 0px;
}

li {
	padding: 10px 45px;
	margin-bottom: 10px;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 5px;
}

div#wrapper {
	width: 990px;
	margin: 0px auto;
}

div#header {
	width: 990px;
	height: 266px;
	background: url(images/blogging-superstar.jpg);
}

div#content {
	width: 890px;
	background: url(images/content.jpg);
	padding: 0px 50px;
}

div#guarantee {
	width: 760px;
	border: 4px ridge #3285c7;
	padding: 15px;
	margin: 0px auto 15px auto;
	overflow: auto;
}

div#feedback {
	width: 362px;
	background: url(images/testimonials-content.jpg);
	margin: 0px auto 30px auto;
}

div#footer {
	width: 990px;
	height: 134px;
	background: url(images/footer.jpg);
}

.html {
	margin-bottom: 15px;
}