@charset "UTF-8";
body {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/mountains2.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0%;
	padding: 0%;
	font-size: 10px;
	z-index: -2;
}
#container {
	margin: 0 auto;
	width: 1000px;
	background-repeat: no-repeat;
	text-align: left;
	background-image: url(images/mountains.png);
	background-color: #CCCCFF;
	overflow: hidden;
}
#palms {
	position: absolute;
	width: 100%;
	height: 218px;
	background-image: url(images/palms.png);
	background-repeat: repeat-x;
	z-index: -1;
}
#palmScreen {
	margin: 0 auto;
	width: 1000px;
	height: 220px;
	background-color: #7E6598;
	position: absolute;
}
#building1 {
	width: 267px;
	background-image: url(images/building1.png);
	margin-left: 0px;
}
#building2 {
	width: 137px;
	background-image: url(images/building2.png);
}
#building3 {
	width: 163px;
	background-image: url(images/building3.png);
}
#building4 {
	width: 267px;
	background-image: url(images/building4.png);
}
#building5 {
	width: 130px;
	background-image: url(images/building5.png);
}
.building {
	float: left;
	background-repeat: no-repeat;
	margin-left: 9px;
	width: inherit;
	overflow: hidden;
}
.building p {
	text-align: justify;
	padding: 5%;
}
#weather {
	position: absolute;
	width: 154px;
	height: 155px;
	top: 3%;
	left: -160px;
	overflow: hidden;
	text-align: center;
	background-image: url(images/sun.png);
	background-repeat: no-repeat;
}
.comment {
	font-size: 12px;
	color: #FF9933;
	position: absolute;
	width: 25%;
}
#comments {
	position: absolute;
	height: 45%;
	width: 100%;
	top: 40%;
	left: 0%;
}
.box {
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin: 2%;
	padding: 1%;
	font-size: 10px;
	color: #000000;
}
.red {
	color: #FF0000;
}
a {
	color: #FF9933;
}

