body {
text-align:center; 
padding:0;
margin: 0;
color:#ffffff;
background-color:#ffffff;
font-size: 11px;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

a, .highlight{
	text-decoration: none;
	color: #ff8a00;
}

a:focus, a:active, a:hover{
	text-decoration: underline;
}

#top{
width: 100%;
text-align : center;
z-index:1;
position: relative;

}
#container{

	
	
}

#content{
background: #98141c url(../images/content.png) repeat-x left top;
padding: 45px 0px 25px 0px;
margin: -90px 0px 0px 0px;
text-align: left;

}

#content-wrap{
	width: 800px;
	margin:0 auto;	
}

#content-wrap img{
	position: absolute;
	width: 382px;
	height: 232px;
}

#content-wrap h1{
	color: #ff8a00;
	font-size: 18px;
}

#content-wrap p{
	margin: 0px;
	padding: 0px;
}

#content-text{
	margin-left: 400px;
	display:block;
}

#footer {
	background:white url(../images/footer.png) repeat-x 50% top;
	height: 138px;
	text-align:center;
}

#footer span{
	display: block;
	padding: 100px 0px 0px;
}
