@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#171717;
	margin:0px;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:33px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	line-height:42px;
	color:#320b28;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	margin-top:25px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 220px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 122px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
