html, body {
    margin: 0;
    padding: 0;
    overflow: auto;
}

/*
#theBigContainer {
    min-width: 1250px;
}
*/
.oneColElsCtr #container {
    height: 700px;
}

#tv {
    position: absolute;
    left: 50%;
    width: 165px;
    height: 94px;
    margin-left: -270px;
    top: 517px;
}

#tv a#tv_link {
    background: url('../images/TuneinBug-web.jpg') 0 0 no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    width: 163px;
    height: 92px;
}

#tv a#tv_link:hover {
    
}
    
    
    

#corner_block {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 603px;
    width: 550px;
    height: 45px;
    z-index: 25;
}


#corner_block.home {
    margin-left: -117px;
    width: 400px;
    height: 60px;
    z-index: 25;
    top: 545px;
}





#theNavigation {
    height: 45px;
    margin: 0 0 0 45px;
    width: 550px;
}

#theNavigation a {
    float: left;
    display: inline;
    width: 104px;
    height: 48px;
}
#theNavigation a#factory_flicks_button {
    background: url('../images/cartoons.gif') 100% 0 no-repeat;
    width: 144px;
    height: 45px;
    padding: 0;
}

#theNavigation a#video_games_button {
    background: url('../images/games.gif') 100% 0 no-repeat;
    width: 125px;
    height: 45px;
}

#theNavigation a#students_work_button {
    background: url('../images/students_work_button.jpg') 100% 0 no-repeat;
}

#theNavigation a#radio {
    background: url('../images/radio.gif') 100% 0 no-repeat;
    width: 115px;
    height: 45px;
    
}

#theNavigation a#books_button {
    background: url('../images/books.gif') 100% 0 no-repeat;
    width: 128px;
    height: 45px;
   /*  border-right: 2px solid #000000;*/
}

#corner_block.home #theNavigation {
    height: 60px;
    margin: 0 0 0 45px;
    width: 645px;
}


#corner_block.home #theNavigation a#factory_flicks_button {
    background: url('../images/icons_home/cartoons.gif') 100% 0 no-repeat;
    width: 186px;
    height: 60px;
    padding: 0;
}

#corner_block.home #theNavigation a#video_games_button {
    background: url('../images/icons_home/games.gif') 100% 0 no-repeat;
    width: 158px;
    height: 60px;
}

#corner_block.home #theNavigation a#students_work_button {
    background: url('../images/icons_home/students_work_button.jpg') 100% 0 no-repeat;
}

#corner_block.home #theNavigation a#radio {
    background: url('../images/icons_home/radio.gif') 100% 0 no-repeat;
    width: 145px;
    height: 60px;
    
}

#corner_block.home #theNavigation a#books_button {
    background: url('../images/icons_home/books.gif') 100% 0 no-repeat;
    width: 148px;
    height: 60px;
   /*  border-right: 2px solid #000000;*/
}


    