* {
	padding: 0px;
	margin: 0px; 
	font-family:Century Gothic,Arial;
	color: rgb(16,16,16);

}
body {
	width: 1024px;
	height: 100%;
	margin:auto;
	/*background:black url(../img/partition.jpg) top center no-repeat;*/
}
#main {
	position:absolute;
	width:1024px;
	height:100%;
	background:white;
	z-index:1;	
}

#page_up{
	position:absolute;
	width:16px;
	height:64px;
	left:238px;
	top:132px;
	padding: 0px;
	background: url(../img/page_up_off.png) center center no-repeat;
	z-index:5;
	cursor:pointer;	
	}
#page_down{
	position:absolute;
	width:16px;
	height:64px;
	left:238px;
	bottom:16px;
	padding: 0px;
	background: url(../img/page_down_off.png) center center no-repeat;
	z-index:5;
	cursor:pointer;
	}	
#central{
	position:absolute;
	width:760px;
	height:1200px;
	scroll:scroll;
	left:262px;
	top:116px;
	text-align:justified;
	padding: 0px;
	background:white url(../img/rose2.png) center center no-repeat;
	background-attachment:fixed;
	z-index:2;
	}
