* {
	margin: 0;
	padding: 0;
}
body {
text-align:center; /* Required for pesky IE */
background: #c1d8d0;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
margin-left:auto;
margin-right:auto;
color: #222;
width:700px;
text-align:left; 
}

body {font-size:62.5%} /* for IE/Win */
html>body {font-size:10px} /* for everything else */


#header {
	width: 700px;
	height: 130px;
	background: url(../images/header.gif) no-repeat top;
	text-indent: -99999px;
}
#content {
	width: 700px;
	background: url(../images/content.gif) repeat-x top #fff;
	padding: 10px 0;
}
#content h2 {
	padding: 20px;
	text-align: center;
	font-size: 28px;
	color: #c32b2d;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-transform: capitalize;
}
#content h2  strong {
	background: #416f98;
	color: #fff;
	padding: 0 5px;
}
#content  p {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.2em;
	font-family: Verdana;
}
#content  p strong {
	background: #efeb71;
}
a.buynow {
	width: 276px;
	height: 109px;
	background: url(../images/buynow.gif) no-repeat top;
	text-indent: -99999px;
	display: block;
	margin: 10px auto;
	clear: both;
}
#footer {
	clear: both;
	width: 700px;
	background: #426e97;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}
