.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body {
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.book_button {
	display:block; 
	width: 250px; 
	height: 40px; 
	line-height: 40px; 
	vertical-align:middle; 
	text-align:center;
	background-color: #666666;
	color:#EEEEEE;
	text-decoration: none; 
	font-weight: bold; 
	font-family: Tahoma,Arial; 
	border: 1px black solid;
}

.book_button:hover {
	color: #666666;
	background-color: #EEEEEE;
}

#prices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 315px;
	margin: 5px;
}

#prices .center {
	text-align: center;	
}
.body table tr td table tr .bg table {
	font-weight: bold;
	text-align: center;
}
