html, body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}
body{
	background-color: #a1490c;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}
#bg{
	background-image: url('img/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#main{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #fff;
}
img{
	border: 0px;
	vertical-align: top;
}

.footer{
	position: absolute;
	bottom: 0px;
}
.footer1{
	position: absolute;
	bottom: 128px;
}
.content{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1{
	font-size: 28px;
	line-height: 28px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0px;
	font-weight: bold;
	color: #a1490c;
}
h2{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #a1490c;
}
h3{
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #a1490c;
}
p{
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
	font-weight: normal;
}

a{
	color: #a1490c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #f00;
}
.main{
	padding: 0px;
	margin: 0px;
	margin-top: 32px
}

.p8{
	padding: 8px;
}
.p16{
	padding: 16px;
}
.p32{
	padding: 32px;
}
.pt32{
	padding-left: 32px;
	padding-right: 32px;
}
