body {
	background-color: rgb(0,0,0);
	background-image: url('../pics/back.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: -15 0; 
	font-family: Grammond; 
	font-size: 15px; 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: rgb(255,255,255);
	text-align: justify;
	scrollbar-3dlight-color: rgb(0,0,0);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-base-color: rgb(50,50,50);
	scrollbar-darkshadow-color: rgb(15,15,15);
	scrollbar-face-color: rgb(1,1,1);
	scrollbar-highlight-color: rgb(25,25,25);
	scrollbar-track-color: rgb(0,0,0);
	scrollbar-shadow-color: rgb(0,0,0);	
}


#title {
	position: absolute;
	top: 12px;
	left: 15px;
	font-family: Gothic, sans-serif;
	font-size: 12px; 
	font-variant: normal;
	color: rgb(150,120,140);
}

#subtitle {
	position: absolute;
	top: 22px;
	left: 30px;
	font-family: Gothic, sans-serif;
	font-size: 10px; 
	font-variant: normal;
	color: rgb(120,100,150);
}

#main {
	position: absolute;
	top: 50px;
	left: 90px;
	background-image: url('../pics/block.gif');
	padding: 5px;
}

#frame {
	position: absolute;
	top: 15px;
	left: 850px;
	background-image: url('../pics/block.gif');
}

#link {
	position: absolute;
	top: 60px;
	left: 885px;
}

#poem {
	margin-right: 5px;
	margin-bottom: 20px;
}


div.nav1 {
	position: absolute;
	top: 300px;
	left: 20px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav2 {
	position: absolute;
	top: 335px;
	left: 50px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav3 {
	position: absolute;
	top: 370px;
	left: 80px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav4 {
	position: absolute;
	top: 405px;
	left: 110px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav5 {
	position: absolute;
	top: 440px;
	left: 140px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav6 {
	position: absolute;
	top: 475px;
	left: 170px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav7 {
	position: absolute;
	top: 510px;
	left: 200px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.nav8 {
	position: absolute;
	top: 545px;
	left: 230px;
	width: 80px;
	height: 45px;
	border-style: double;
	border-color: rgb(60,20,20);
	background-color: rgb(20,10,10);
	overflow: hidden;
}

div.notepad {
	position: absolute;
	top: 535px;
	left: 10px;
}

div.space {
	margin-top: 30px;
}


div.title {
	padding: 4px;
	text-align: right;
	font-family: Bookman Old Style; 
	font-size: 17px; 
	font-weight: normal;
	margin-bottom: 15px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-color: rgb(120,120,120);
	border-bottom-color: rgb(120,120,120);
}
