* { margin: 0; padding: 0; }

body {
	color: #787878;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 20px 0 0 0;
	line-height:23px;
}

#wrapper {
	width: 710px;
	position: absolute;
    left: 50%;
    margin-left: -355px;
	top: 50%;
    margin-top: -250px;
	height: 500px;
}

	h1 {
		float: left;
		display: block;
		width: 198px;
		height: 64px;
		background: url(../gfx/logo-intercessor.jpg);
		text-indent: -99999px;
		margin: 0 0 20px 25px;
	}
	
	h2 {
		font-size: 25px;
		font-weight: normal;
		color: #fff;
		padding: 43px 0 0 51px;
		text-shadow: #738023 0 1px 0;
	}
	
	h3 {
		color: #5f6c0b;
		text-shadow: #ddff01 0 1px 0;
		font-size: 33px;
		padding: 19px 0 0 51px;
		font-weight: normal;
	}

	h4 {
		color: #5f6c0b;
		text-shadow: #ddff01 0 1px 0;
		font-size: 10px;
		padding: 10px 0 0 51px;
		font-weight: normal;
	}
	
	span {
		float: right;
		display: block;
		width: 300px;
		text-align: right;
		font-size: 12px;
		margin: 10px 25px 0 0;
	}

	#content-container {
		background: url(../gfx/bg_content-container.jpg);
		height: 271px;
		clear: both;
	}
	
		#content-container p {
			display: block;
			width:479px;
			padding: 35px 0 0 25px;
			font-size: 12px;
		}
		
		.products {
			text-align: center;
			font-size: 11px;
		}
		
		.products a {
			display: inline-block;
			color: #787878;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			overflow: hidden;
		}