/* Positional Information */
body
{
   padding-top:         9px;  
}

/* Main container of the site */
#container
{
   position:            absolute;
   left:				      50%;
   width:				   694px;
   height:              602px;
   margin:				   0px 0px 0px -346px;
   z-index:             0;
}

#fretdancer
{
   position:            absolute;
   left:				      50%;
   margin:				   0px 0px 0px -344px;
   width:				   692px;
   top:                 11px;
   padding:				   0px;
   width:				   690px;
   height:              598px;
   z-index:             1;
}

/* Area containing the page main content */
#main
{
   position:            absolute;
   width:               682px;
   top:                 157px;
   left:                50%;
   height:              270px;
   margin:				   0px 0px 0px -340px;
   z-index:             2;
}

#maincontent
{
   position:               absolute;
   left:                   1px;
   width:                  680px;
   height:                 100%;
   background-attachment:	fixed;
   background-repeat:      no-repeat;
}

#imgheader
{
   position:            absolute;
   top:                 7px;
   left:                0px;
}

#textheader
{
   position:            absolute;
   top:                 10px;
   left:                8px;
}

#textcontent
{
   position:            absolute;
   top:                 40px;
   left:                8px;
   width:               653px;
}

/* The header with background image, logo, guitar and contact information */
#header
{
   position:            absolute;
   left:                50%;
   width:               690px;
   height:              146px;
   margin:				   0px 0px 0px -344px;
   z-index:             2;
}

#logo
{
   position:            absolute;
   left:                9px;
   top:                 20px;
}

#contact
{
   position:            absolute;
   right:               4px;
   top:                 8px;
   width:               200px;
   height:              105px;
}

/* The menu section of the site */
#menu
{
   position:            absolute;
   top:                 124px;
   width:               682px;
   margin-left:         4px;
   margin-right:        4px;
   height:              25px;
}

/* Bottom area containing quick links and copyright information */
#footer
{
   position:            absolute;
   top:                 588px;
   left:                50%;
   width:               680px;
   bottom:              0px;
   height:              20px;
   vertical-align:      bottom;
   line-height:         20px;
   margin:				   0px 0px 0px -340px;
   z-index:             2;
}

#links
{
   position:            absolute;
   left:                0px;
   line-height:         20px;
}

#copyright
{
   position:            absolute;
   right:                0px;
   line-height:         20px;
}

/* Backgrounds */
#bg_top
{
   position:            absolute;
   top:                 11px;
   left:                50%;
   width:				   690px;
   height:              146px;
   margin:				   0px 0px 0px -344px;
   z-index:             1;
}

#bg_bottom
{
   position:            absolute;
   top:                 157px;
   left:                50%;
   width:				   690px;
   height:              203px;
   margin:				   0px 0px 0px -344px;
   z-index:             1;
}

