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

/* Layout - Containers and Wrappers
----------------------------------------------------------------------------------- */
#flashcontent {
margin:20px auto 0 auto;
}
#nav_wrapper{
top:90px;
z-index: 20;
}
#banner_container{
width: 100%;
height: 90px;
margin: 0 auto;
background-color: #21729a;
/*background-image: url(../jpg/bg_banner.jpg);*/
z-index:99;
top:0;

}
#banner_wrapper{
width: 100%;
height: 90px;
min-width: 1000px;
position: fixed;
z-index:99;
}
#banner_got_screams{
width:200px;
height:90px;
float: left;
}
#banner_movie_tickets{
width:300px;
height:90px;
float: left;
}
#banner_left{
width:500px;
height:90px;
float:left;
}
#banner_right{
width:500px;
height:90px;
float:right;
}
#topheader {
top:116px;
}