	body
	{
		padding:		          0px;
		margin:			          0px;
		background-color:	    #000000; 
		background-image:	    url("../pics/background-page.jpg"); 
		background-repeat:    no-repeat;
		background-position:	top left;
	}

	#Content
	{
		position:		          absolute;
		top:			            118px;
		left:			            131px;
		width:			          978px;
	}

      #Menubar
      {	
        position:		          relative;
        top:			            0px;
        left:			            0px;
        width:			          978px;
        height:			          37px;
        background-image:	    url("../pics/background-menubar.jpg"); 
        background-repeat:	  no-repeat;
        background-position:	top left;
      }
          #Buttons
          {
            position:		          absolute;
            top:			            7px;
            left:			            12px;
            width:			          800px;
            height:			          29px;
            padding:              0px;
            margin:               0px;
          }
      
      #Page
      {
        position:             relative;
        top:                  0px;
        left:                 5px;
        width:			          973px;
        min-height:           730px;
        background-image:	    url("../pics/background-strech.gif"); 
        background-repeat:	  repeat-y;
        background-position:	top right;
      }
          
          #Image
          {
            position:             relative;
            top:                  0px;
            left:                 0px;
            width:			          696px;
            height:               240px;
            background-color:     #fff;  
          }
          
          #Text
          {
            position:             relative;
            top:                  0px;
            left:                 18px;
            padding:              20px;
            width:			          596px;
            background-color:     #fff;  
          }
          
          #Sidebar
          {
            position:             absolute;
            top:                  0px;
            left:                 696px;
            width:			          276px;
            min-height:           730px;
            background-image:	    url("../pics/background-sidebar.jpg"); 
            background-repeat:	  no-repeat;
            background-position:	top right;
          
          }
              
              #Newsletter
              {
                position:             relative;
                top:                  0px;
                left:                 0px;
                width:			          275px;
                height:               80px;
                background-image:	    url("../pics/head_newsletter.gif"); 
                background-repeat:	  no-repeat;
                background-position:	top left;
                padding:              10px;
              }

              #News
              {
                position:             relative;
                top:                  0px;
                left:                 0px;
                width:			          250px;
                min-height:           240px;
                background-image:	    url("../pics/head_event.gif"); 
                background-repeat:	  no-repeat;
                background-position:	top left;
                padding:              10px;
                margin-right:        50px;
              }

              #Toplist_Top
              {
                position:             relative;
                top:                  0px;
                left:                 0px;
                width:			          275px;
                min-height:           240px;
                background-image:	    url("../pics/head_toplist_club.gif"); 
                background-repeat:	  no-repeat;
                background-position:	top left;
                padding:              10px;
                padding-top:          30px;
                padding-bottom:       0px;
              }
              
              #Toplist_Bottom
              {
                position:             relative;
                top:                  0px;
                left:                 0px;
                width:			          275px;
                min-height:           307px;
                background-image:	    url("../pics/head_toplist_dance.gif"); 
                background-repeat:	  no-repeat;
                background-position:	top left;
                padding:              10px;
                padding-top:          30px;
                padding-bottom:       10px;
              }
      
      #Footer
      {
        position:             relative;
        top:                  0px;
        left:                 5px;
        width:			          978px;
        height:               25px;
        background-image:	    url("../pics/background-footer.gif"); 
        background-repeat:	  no-repeat;
        background-position:	top left;
      }

