/* CSS Document */

body  {				
width: 800px;
padding-left: 50%;
background: #171717;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
margin: 0;
}
* html {
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

#frame {				/*centering hack*/
width: 800px;
margin-left: -400px;
}


#back {					/*Background document*/
	position: absolute;
	background: none;
	width: 800px;
	height: 500px;
	z-index: 1;}


#bg {
width: 100%;
width: 1280px;
height: 330px;
background:  #000 url(../images/img1.gif);
position: absolute;
overflow: hidden;
top: 127px;
left: 0px;
z-index: 0;}

* html #bg {
width: 1280px;
}


#logo {
position: relative;
top: 25px;
left: -445px;
z-index: 51;
background:  url(../images/bullLogoMasterCopy2.gif) no-repeat;
width: 365px;
height: 122px;
}


#banner {
position: absolute;
top: 55px;
left: -264px;
z-index: 50;
background: url(../images/bannerMasterCopy.gif) no-repeat;
width: 800px;
height: 75px;
}

#lettering {
height: 60px;
width: 700px;
background: url(../images/lettering.gif) no-repeat;
position: absolute;
left: -180px;
top: 57px;
z-index: 100;
}



