*
{
	margin: 0;
	padding: 0;
}

body {
background: #000 url(images/header_bg.jpg) repeat-x top;
	margin: 0 auto;
}

#footer_bg {
background: url(images/footer_bg.jpg) repeat-x bottom center;
}

#content {
margin: 0 auto;
padding: 0px;
	background: url(images/content_bg.jpg) repeat-y center top;
}

#main_page {
width: 720px;
margin: 0 auto;

}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 271px;
	margin: 0 auto;
	clear: both;
}

#header p {
	display:none;
}

h1 {
	font-family: arial, sens-sarif;
	color: #0b6e87;
	padding-bottom:0px;
	margin-bottom:0px;
}

#text {
	font-family: arial, sens-sarif;
text-align: center;
}

#testimonial { 
	width: 700px;
	margin: auto;
	border: 5px solid #1295e1;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#testimonial h2 {
	font-size: 32px;
	font-family: arial, sens-sarif;
	margin: 0px;
	padding-bottom: 5px;
	color: #690008;
}

#testimonial p {
	font-family: arial, sens-sarif;
	margin: 0px;
}

#pic {
	float: left;
	border: 2px solid #1295e1;
	width: 157px;
	height: 157px;
	-moz-border-radius: 10px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

#footer { 
	clear: both;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat bottom center ;
	height: 136px;
}

#footer p {
	display: none;
}
