html, body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url("images/bg.jpg");
	background-color: #0b6b81;
}
img {
	border: 0px;
	padding: 0px;
}


.clearFix {
	clear: both;
}

.style1 {
	font-size: 14px;
}

.style2 {
	font-size: small;
	color: #000000;
	font-weight: bold;
}

.style2 a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.style2 a:hover {
	color: #fff799;
}


.style3 {
	font-size: 10px;
	
}


#shell {
	width: 976px;
	clear: both;
	margin: auto;
	text-align: center;
}

#title {
	margin-top: 20px;
}

#feature {
	width: 520px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	text-align: center;
}

#flashIntro {
}

#bikeBee {
	position:absolute;
	z-index: 50;
	margin-top: 210px;
	margin-left: 130px;
}


#description {
	width: 270px;
	text-align: left;
	margin: auto;
}


#theBuzz {
	position: absolute;
	z-index: 40;
	margin-left: 590px;
	margin-top: 160px;
}

#beatiProperties {
	margin: auto;
	margin-top: 5px;
	text-align: center;
}


#footer {
}

