/*
 
 -- -- -- -- -- -- --
 css sprites2
 nav style, with style for scripted elements
 
 http://www.alistapart.com/articles/sprites2
 -- -- -- -- -- -- --
 
 */
body {
    margin: 0px;
    padding: 0px;
    font-size: small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #424242;
}

#rotator
{
  width: 982px;
  height: 737px;
}


img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

/* END Navigation using javascript */
#centerContainer {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    position: relative;
/*  background-color: #00ff00; */
}