@charset "UTF-8";
/* CSS Document */

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cd7e29;
	height: 768px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	background-color: #333;
	margin-top:0px;
}

#logo {
	background-image: url(images/logo_image.gif);
	background-repeat: no-repeat;
	height: 127px;
	width: 387px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	position: absolute;
}
#rightspace {
	height: 127px;
	width: 573px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 387px;
	position: absolute;
}
#leftconent {
	background-image: url(images/bottom_image.gif);
	background-repeat:no-repeat;
	height: 172px;
	width: 209px;
	margin-top: 127px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 345px;
	padding-left: 178px;
	float:left;
	position: absolute;
}
.buttons {
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.buttons:hover {
	background-position:0px -33px;
}
.buttons:active {
	background-position:0px -66px;
}
#moreinfo {
	background-image: url(images/moreinfobutton.gif);
	height:33px;
	width:208px;
}
#home {
	background-image: url(images/home.gif);
	height:33px;
	width:208px;
}
#images {
	background-image: url(images/imagesbuttons.gif);
	height:33px;
	width:208px;	
}
span {
	display:none;
	
	
}
#whatis {
	background-image: url(images/whatisbutton.gif);
	width: 285px;
	height: 33px;
	margin-top: 127px;
	margin-left: 387px;
	position: absolute;
	
}
#batteries {
	background-image: url(images/batteriesbutton.gif);
	background-repeat: no-repeat;
	height:33px;
	width:285px;
	float:left;
	position:absolute;
	margin-top: 127px;
	margin-left: 387px;
}
#bacteria {
	background-image: url(images/bacteriabutton.gif);
	background-repeat: no-repeat;
	height:33px;
	width:288px;
	position:absolute;
	margin-top: 127px;
	margin-left: 672px;
}

.right_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	height: 608px;
	width: 448px;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 768px;
	margin-left: 387px;
	padding-left:25px;
	padding-right: 100px;
	position: absolute;
}
a {
	cursor:default;
}
#top {
	height: 124px;
	width: 387px;
	margin-top: 644px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	background-image: url(images/bottom_repeat.gif);
	background-repeat: 
	background-position: left center;
}
