#main {
	background-color: #FFFFCD;
	margin-top: 100px;
	text-align: center;
}
#top-border {
	background-image: url(assets/images/b2.jpg);
	background-repeat: repeat-x;
	height: 19px;
	width: 100%;
	position: absolute;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#bottom-border {
	background-image: url(assets/images/b1.jpg);
	background-repeat: repeat-x;
	height: 19px;
	margin-top: 562px;
	position: absolute;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#paper_rep {
	background-image: url(images/paper.jpg);
	background-repeat: repeat-y;
	height: 650px;
	width: 767px;
	position: absolute;
}
#header-case {
	width: 100%;
	position: absolute;
	top: 0px;
}
#header {
	width: 100%;
	position: absolute;
	text-align: center;
}
.header-img {
	position: absolute;
	top: 0px;
}
#paper_top {
	background-image: url(images/paper_top.png);
	width: 767px;
	height: 486px;
	position: absolute;
}

