/* CSS Document */


body {
	background-image: url(images/background.jpg);
}
.main-container {
	width: 100%;
}
.header {
	background-image: url(images/background2.png);
	height:30px;
	width:960px;
	padding-top: 1px;
	margin-bottom: 0px;
}

.main-text {
	font:arial;
	font-size:13px;
	margin-top:8px;
	margin-bottom:0px;
	color:#666666;
}
.container {
	background-image: url(images/background3.png);
	width: 960px;
}
.copyright {
	background-image: url(images/background2.png);
	border: medium solid #BAF1F6;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
.accommodation {
	width: 354;
	height: 166;
	border: 0;
	cellpadding:10;
	bgcolor: #FF6600;
	font:Arial, Helvetica, sans-serif;
}

