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


.clearFix {
	clear: both;
}

.btnIcon {
	margin: 0px;
	border: 0px;
	margin-right: 5px;
	display: inline;
}

.style1 {
	font-size: 14px;
}

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

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

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


.style3 {
	font-size: 10px;
	
}

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

#feature {
	width: 500px;
	height: 514px;
}

#content {
	text-align: left;
	width: 350px;
	padding-top: 200px;
	margin-left: 280px;
}

#getBtn {
	float: left;
	margin-left: 20px;
}

#logo {
	margin-left: 120px;
	margin-top: 30px;
}

#flashIntro {
	position: absolute;
	z-index: 50;
	margin-top: 130px;
}

#footer {
	margin-top: 350px;
	text-align: left;
	margin-left: 30px;
}

