body {
	background: #3a1003;
	margin: 0;
}
#main {
	position: relative;
	width: 900px;
	height: 800px;
	margin: 0;
}

#p1{
	position: relative;
	bottom: 80px;
	left: 500px;
	width: 195px;
	height: 501px;
	background: url(p1.png) no-repeat;
	float: left;

}

#p2{
	position: relative;
	top: 300px;
	right: 280px;
	width: 166px;
	height: 334px;
	background: url(p2.png) no-repeat;
}
#p1t {
	position: relative;
	left: 170px;
	top: 280px;
	color: #883504;
	font: 11pt Comic Sans MS;
}
#p2t {
	position: relative;
	right: 280px;
	top: 30px;
	width: 130px;
	height: 103px;
	color: #883504;
	font: 11pt Comic Sans MS;
}
#bg{
	position: relative;
	top: 70px;
	width: 740px;
	height: 750px;
	background: url(_bg.png) no-repeat;
}
#lo{
	position: relative;
	width: 345px;
	height: 205px;
	background: url(_lo.png) no-repeat;
	float: right;
	top: 125px;
	right: 160px;
}


#lpol1 {
	background: url(_lpol1.png) repeat-y;
	width: 112px;
	height: 107%;
	float: left;
}

#rpol1 {
	background: url(_rpol1.png) repeat-y;
	width: 114px;
	height: 107%;
	float: right;
}

#x1 {
	position: absolute;
	background: url(_x1.png) repeat-y;
	width: 487px;
	height: 820px;
	float: left;
	right: 410px;
}

#x2 {
	position: absolute;
	background: url(_x2.png) repeat-y;
	width: 502px;
	height: 820px;
	float: right;
	left: 399px;
}

#links{
	position: relative;
	right: 60px;
	bottom: 50px;
	width: 874px;
	height: 32px;
	background: url(_links.png) no-repeat;
	/*padding-left:120px;*/
}
#dlinks{
	position: relative;
	right: 60px;
	top: 187px;
	width: 874px;
	height: 32px;
	background: url(_links.png) no-repeat;
	/*padding-left:120px;*/
}
#dcounter{
	position: absolute;
	right: 0px;
	top: 757px;
	width: 30px;
	height: 32px;
	float:right;
}
a{
	color: #FFFFFF;
	font-family: Comic Sans MS;
}


