@charset "UTF-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 800px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: normal;
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	top: 20px;
	color: #FFFFFF;
	z-index: 10;
}
#main menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ls_link {
	position: absolute;
	list-style-type: none;
	top: -9000px;
}
#trash {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 330px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(img/trash.jpg);
	background-repeat: no-repeat;
}
#home {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 220px;
	position: absolute;
	left: 330px;
	top: 0px;
	cursor: pointer;
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
}
#forest {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 350px;
	position: absolute;
	left: 550px;
	top: 0px;
	cursor: pointer;
	background-image: url(img/forest.jpg);
	background-repeat: no-repeat;
}
#vehicle {
	margin: 0px;
	padding: 0px;
	height: 340px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 260px;
	cursor: pointer;
	background-image: url(img/vehicle.jpg);
	background-repeat: no-repeat;
}
#animal {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 350px;
	position: absolute;
	left: 550px;
	top: 260px;
	cursor: pointer;
	background-image: url(img/animal.jpg);
	background-repeat: no-repeat;}
#domestic_animal {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 270px;
	position: absolute;
	left: 280px;
	top: 600px;
	cursor: pointer;
	background-image: url(img/domestic_animal.jpg);
	background-repeat: no-repeat;
}
#water {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 350px;
	position: absolute;
	left: 550px;
	top: 460px;
	cursor: pointer;
	background-image: url(img/water.jpg);
	background-repeat: no-repeat;
}
#comment {
	width: 356px;
	position: absolute;
	z-index: 10;
	left: 272px;
	top: 243px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	filter: alpha(opacity=60);
	moz-opacity:0.60;
	opacity:0.60;
	display: none;
}
#comment p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 30px;
	padding: 0px;
	font-weight: normal;
	visibility: hidden;
}
cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}
#footer strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CC0000;
	line-height: 19px;
}
