/*************************************************************************************************************************/
/* BEGIN OVERRIDE STYLES                                                                                                 */
  html, body
  {
  	background-color: #3b3b3b;
  	background-image: url('./../images/background.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	
	margin: 0px 0px 0px 0px;
	
	overflow-y: hidden;
	/*overflow-x: hidden;*/
  	
    scrollbar-face-color: #3b3b3b;
    scrollbar-shadow-color: #3b3b3b;
    scrollbar-3dlight-color: #3b3b3b;
    scrollbar-arrow-color: #3b3b3b;
    scrollbar-highlight-color: #3b3b3b;
    scrollbar-track-color: #3b3b3b;
    scrollbar-darkshadow-color: #3b3b3b;
  }

  a.eventpictures_rollover {
    display: block;
    width: 217px;
    height: 69px;
    background: url('./../images/btn_eventpictures.gif') 0 0 no-repeat;
  }
  a:hover.eventpictures_rollover { background-position: -217px 0; }

  a.quiz_rollover {
    display: block;
    width: 213px;
    height: 69px;
    background: url('./../images/btn_quiz.gif') 0 0 no-repeat;
  }
  a:hover.quiz_rollover { background-position: -213px 0; }

  a.videoproductions_rollover {
    display: block;
    width: 218px;
    height: 69px;
    background: url('./../images/btn_videoproductions.gif') 0 0 no-repeat;
  }
  a:hover.videoproductions_rollover { background-position: -218px 0; }
  
  a.myhomecinema_rollover {
    display: block;
    width: 217px;
    height: 69px;
    background: url('./../images/btn_myhomecinema.gif') 0 0 no-repeat;
  }
  a:hover.myhomecinema_rollover { background-position: -217px 0; }

  a.peanutsound_rollover {
    display: block;
    width: 218px;
    height: 69px;
    background: url('./../images/btn_peanutsound.gif') 0 0 no-repeat;
  }
  a:hover.peanutsound_rollover { background-position: -218px 0; }

/* END OVERRIDE STYLES                                                                                                   */
/*************************************************************************************************************************/

/*************************************************************************************************************************/
/* BEGIN DIV STYLES                                                                                                     */

  #bodycontainer
  {
    width: 100%;
	min-width: 450px;
	height: 274px;
	min-height: 274px;
	margin-top: 210px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('./../images/fill.jpg');
	background-repeat: repeat-x;
  }
  
  #content {
    width: 861px;
    margin-left: auto;
    margin-right: auto;
  }
  
/* END DIV STYLES                                                                                                        */
/*************************************************************************************************************************/
