body {  
    background-color:#000000;
    background-repeat:no-repeat;
    background-position:bottom;
    background-attachment:fixed;
}

a:link {color:#222222;} 
a:visited {color:#222222;}


#specialsContainer { 
    background-image:url(../pics/page/guitar_bg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    background-attachment:fixed;
    position:absolute;

    background-color:#444444;
    border:2px solid #333333;
    top:0px;
    left:0px;
    width:200px;
    height:100%;
    width:100%
    z-index:1; 
}

/*
#cornerUL {
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
#cornerUR {
    position:absolute;
    top:0px;
    right:0px;
    z-index:2;
}
*/

#content1 { 
    margin:5px;
    border:1px solid #000000;
    padding:5px;
    color:#000000;
    background-color:#666666;
    z-index:3;
    font-size:11px;
}

#content3 { 
    margin:5px;
    border:1px solid #000000;
    padding:5px;
    color:#000000;
    background-color:#666666;
    z-index:3;
    font-size:11px;
}

#content2 { 
    margin:5px;
    border:1px solid #000000;
    padding:5px;
    color:#000000;
    background-color:#666666;
    z-index:3;
    font-size:11px;
}


table {
    font-size:11px;
    font-family:sans-serif;
    font-weight:bold;
    color:#000000;
}
tr {
	vertical-align:top;
}
