@import url('reset.css');

/*
   template
*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
   background: url('../img/bg.jpg') repeat-x #D7E1EA;
}
p {margin:15px 0;line-height:1.1em;}
.center {margin:0 auto;}

/* center all the main elements */
#header h1 {display:none;}
div#header, div#content, div#footer {margin:0 auto;width:772px;}
div#header {background:url('../img/header-1.jpg') no-repeat;height:228px;}
div#content, #footer div.wrap {background:url('../img/middle-1.jpg') repeat-y;padding:30px 40px;width:692px;}
div#footer {background:url('../img/footer-1.jpg') no-repeat bottom center;padding-bottom:56px;}
#footer div {padding-bottom:5px;font-size:.8em;text-align:center;}
#footer a, #footer div {font-size:0.8em;color:#aaa;}

strong {font-weight: bold;}
/*
   page elements
*/
#guarantee {
	background: url(http://commissionpayload.s3.amazonaws.com/img/guarantee60.jpg) no-repeat center left;
	line-height: 16pt;
	width: 260px;
	margin:50px auto;
	padding: 10px;
	padding-left:240px;
	border:5px dashed;
	border-color: #f00;
	font-family: Arial, Helvetica, sans-serif;
}
#guarantee h2 {line-height:1.2em;margin-left:-230px;text-align:center;}
#guarantee p {font-size:1.1em;line-height:1.2em;}
