body {
	margin-top: 0px;
	margin-bottom: 18px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-color: #130E0B;
	background-position: top center;
	background-attachment:fixed;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
}

#header {
	display: block;
	width: 730px;
	height: 253px;
	margin: 0;
	background: url(img/header.gif);
}

#content {
	margin: 0;
	padding: 10px 55px;
	display: block;
	width: 620px;
	min-height: 300px;
	background: url(img/middle.gif);
}

#content p {
	font: 10pt Verdana;
	line-height: 20px;
}

#content form {
        font: 10pt Verdana;
	line-height: 20px;
}

#content .pbox {
	width: 537px;
	margin: 0 auto;
	background: url(img/t2.jpg);
}

#content .pbox-top {
	width: 537px;
	height: 39px;
	background: url(img/t1.jpg);
	margin: 0;
}

#content .pbox-bottom {
	width: 537px;
	height: 39px;
	background: url(img/t3.jpg);
	margin: 0;
}

#content .pbox p {
	padding: 0 20px 5px;
}

#content li {
	font: 10pt Verdana;
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url(img/tick.gif) no-repeat left;
}

#content ul.star li {
	font: 10pt Verdana;
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url(img/star.gif) no-repeat left;
}

#content h1 {
	font: 20pt "Helvetica" Arial;
}

#content h2 {
	font: 18pt "Helvetica" Arial;
}

#content h3 {
	font: 16pt "Helvetica" Arial;
}

#footer {
	display: block;
	width: 730px;
	height: 114px;
	background: url(img/footer.gif);
	margin-bottom: 30px;
}