/* CSS Document */

.main {
	color:#FF6600;
	position: absolute;
	height: 600px;
	width: 800px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-image: url(../images/main_back.png);
	background-repeat: no-repeat;
}.main_text {
	font-family: "trebuchet MS", trebuchet, tahoma, arial, sans-serif, times;
	font-size: 10px;
	color: #77594F;
	position: absolute;
	height: 240px;
	width: 426px;
	left: 303px;
	top: 258px;
	text-align: right;
}
.menu {
	font-family: "trebuchet MS", trebuchet, tahoma, arial, sans-serif, times;
	font-size: 20px;
	color: #FFF9F2;
	position: absolute;
	visibility: visible;
	height: 41px;
	width: 450px;
	left: 276px;
	top: 544px;
	letter-spacing: 4px;
}
