#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 131px;
	height: 715px;
	background-image: url(../images/welcome/welcomeMan.jpg);
}
#top #welcome {
	float: left;
	margin-top: 48px;
	margin-left: 98px;
}
#top #logo {
	float: right;
	margin-top: 48px;
	margin-right: 116px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#buttons {
	padding-top: 70px;
}
#buttons ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 630px;
}
#buttons li {
	height: 34px;
	width: 243px;
	margin-bottom: 25px;
}
#buttons li a:link, #buttons li a:visited, #buttons li a:hover {
	text-indent: -7000px;
	display: block;
	height: 34px;
}
.about a:link, .about a:visited {
	background-image: url(../images/btns/aboutWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
.about a:hover {
	background-image: url(../images/btns/aboutWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.available a:link, .available a:visited {
	background-image: url(../images/btns/availableWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
.available a:hover {
	background-image: url(../images/btns/availableWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.environment a:link, .environment a:visited {
	background-image: url(../images/btns/environmentWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
.environment a:hover {
	background-image: url(../images/btns/environmentWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.buy a:link, .buy a:visited {
	background-image: url(../images/btns/buyWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
.buy a:hover {
	background-image: url(../images/btns/buyWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contact a:link, .contact a:visited {
	background-image: url(../images/btns/contactWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
.contact a:hover {
	background-image: url(../images/btns/contactWelcome_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer {
	padding-top: 25px;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	text-align: center;
	line-height: 35px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

