@charset "utf-8";
/* CSS Document */

#container {
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	/*	top:14px;*/
	width:1000px;
	height:1090px;
}

#buzzteambannerimg {
	position:absolute;
	width:355px;
	height:209px;
	z-index:1;
	background-image: url(../images/buzzteam-banner-img.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	left: 240px;
	top: 26px;
}

#orangecalltoaction {
	position:absolute;
	left:76px;
	color:#FF9900;
	font-size:28px;
	font-weight:bold;
	top:466px;
	width:458px;
	z-index:1;
}

#content {
	position:absolute;
	left:76px;
	top:501px;
	line-height:18px;
	text-align:justify;
	width:458px;
	z-index:1;
}

#youfoundus {
	position:absolute;
	left:560px;
	top:680px;
	font-weight:bold;
	font-size:18px;
	width:430px;
	height:29px;
	z-index:1;
}

#right-img {
	position:absolute;
	left:560px;
	top:680px;
	width:229px;
	line-height:326px;
	background-image:url(../images/buzzteam-right-img.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:1;
	height: 326px;
}

#shhhh {
	position:absolute;
	left:570px;
	color:#FFFFFF;
	font-size:18px;
	font-family:arial;
	top:24px;
	width:371px;
	height:24px;
	z-index:1;
}
#buzzteamtoptext1 {
	position:absolute;
	left:31px;
	font-size:34px;
	color:#ffffff;
	font-weight:bold;
	top:61px;
	width:338px;
	z-index:2;
}

#buzzteamtoptext2 {
	position:absolute;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	left:31px;
	top:109px;
	width:338px;
	z-index:2;
}

#footer {
	position:absolute;
	top:1090px;
	background-image:url(../images/bottom-grass.jpg);
	width:1000px;
	height:55px;
	z-index:1;
}
#contactadd {
	position:absolute;
	left:76px;
	width:750px;
	z-index:2;
	top: 10px;
}
#bottomLogo {
	position:absolute;
	left:612px;
	top:1010px;
	width:372px;
	height:66px;
	background-image:url(../images/logo-bottom.gif);
	z-index:1;
}

