#hornet {
    background: transparent url(./images/HornetAnim.png) no-repeat 0px 0px; 
	width: 64px;
	height: 64px;
    z-index: 1; 
}

body {
    background-color: #3F3B31;
    /* Multiple bg images is a CSS3 Spec and only supported by Safari currently - so for now we need to use the outer and inner div tags below
	background-image: url('images/bg_top_left.png'), url('images/bg_top_right.png');
    background-repeat: no-repeat;
    background-position: top left, top right; 
    */
	text-align: center;  // for IE
}

#superwrapper {
	margin-left: auto;
	margin-right: auto;
    height: 849px;
    background-image: url('images/bg.png'); 
    background-position: top center;
    background-repeat: no-repeat;  
}

#wrapper {
	width: 852px;
	text-align: left;
    background-color: #000000;
}
