#menu{ 
	position: absolute;
	width: 315px;
	left: 50%;
	top: 250px;
	margin-left: -40%;
  background-image: url("../images/fon3.gif"); 
	background-repeat: repeat-y;
	background-position: left top;
  Background-attachment: scroll
}
#bodytext { 
	height: 292px;
	background-image: url("../images/backtext.gif"); 
	background-repeat: no-repeat;
	background-position: center top;
	Background-attachment: scroll
}
#content { 
	position: absolute; 
	width: 50%; 
	left: 50%; 
	top: 300px;
	margin-left: -10%;
	background-repeat: repeat;
	background-position: left top;
	Background-attachment: scroll
}
.click {
	color:black;
  text-decoration: none;
   pointer-events: none;
}
#contcen { 
	width: 100%; 
	left: 100%; 
}
H1 { 
	font-family: "Courier New";
	font-size: 30pt
}
H2 { 
	font-family: "Courier New";
	font-size: 16pt
}
H3 { 	font-family: "Comic Sans MS";
	font-size: 13pt;
	font-weight: normal; 
	line-height: 60%
}
H4 { 	font-family: "Courier New";
	font-size: 18pt;
	font-weight: 900; 
	text-decoration: underline;
	line-height: 60%
}
body {
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	Background-attachment: fixed
}	


