body {
	background-color: #ECE9D8;
	background-image:  url(../images/background.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
}
.text {
	font-family: Verdana;
}
.text_italic {
	font-family: Verdana;
	font-style: italic;
}
.text_bold {
	font-family: Verdana;
	font-weight: bold;
}
.text_bold_20 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
}
.text_centered {
	font-family: Verdana;
	text-align: center;
}
.text_bold_centered {
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}
#menu{
	position:absolute;
	left:615px;
	top:150px;
	width:130px;
	height:480px
}
#title{
	position:absolute;
	left:20px;
	top:150px;width:580px;
	height:30px
}
#textarea{
	position:absolute;
	left:20px;
	top:200px;
	width:580px;
	height:400px;
	z-index:1
}