@import url("rpgmaker_styles.css");

#copyright {
	z-index: 1;
	position: relative;
	left: 0px;
	bottom: 0;
	top: auto;
	height: 100px;
	width: auto;
}
#copyright {
	position:absolute;
	left: 0px;
	top:1740px;
	width:800px;
}
#border2{
	z-index:1;
	position: absolute;
    left: 170px;
	top: 0px;
	width:597px;
	height:1710px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #605E5A;
	border-right-color: #605E5A;
	border-bottom-color: #605E5A;
}
#monster {
	z-index:20;
	position:absolute;
	left:40px;
	top:1380px;
	height: 330px;
}
#monsterborder {
	z-index:1;
	position:absolute;
	left:40px;
	top:580px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #605E5A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #605E5A;
	height: 1130px;
	width:200px;
}
#pslogo {
	z-index:20;
	position:absolute;
	left:400px;
	top:1640px;
}
