body{
       background-color: #52DEF8;
}

#header{
       background-color: #52DEF8;
       position: absolute;
       top: 35px;
       left: 0px;
       height: 200px;
}
#menu img{
        float: left;
}
#header span{
        position: absolute;
        top: 20px;
        left: 225px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: arial;
        color: #AC6D3A;
}

#menu{
        position: absolute;
        top: 235px;
        left: 0px;
        background-color: white;
        background-image: url(MenuBackground.gif);
        background-repeat: repeat-y;
        width: 400px;
        height: 1000px;
        text-align: center;
        font-size: 18px;
        color: #AC6D3A;
}
#inMenu{
        width: 250px;
        margin-left: 25px;
        margin-top: 50px;
}
#inMenu select{
        width: 250px;
        font-size: 15px;
        color: #AC6D3A;
}

#topMenu{
        border-top: 3px #AC6D3A solid;
        border-bottom: 3px #AC6D3A solid;
        position: absolute; 
        left: 0px;
        top: 235px;
        width: 100%;
        height: 25px;
        color: #AC6D3A;
        font-size: 25px;
        background-color: white;
        z-index: 3;
}
#topMenu b{
        text-align: center;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -400;      
        width: 800px;
}
#topMenu b span{
        padding-right: 15px;
}
#first{
        cursor: pointer;
        margin-left: -25px;
        z-index: 3;
}
#second{
        margin-left: 20px;
}
#currentKey{
        cursor: pointer;
        background-color: white;
        border: none;
        color: #AC6D3A;
        font-size: 25px;
        width: 35px;
}

#body{
        position: absolute;
        top: 235px;
        left: 380px;
        font-size: 15px;
        font-weight: bold;
        height: 1000px;
        background-color: white;
}
#cc{
        position: absolute;
        top: 20px;
        left: 0px;
        width: 200px;
        z-index: 3;
}
#nn{
        position: absolute;
        top: 20px;
        left: 170px;
        width: 200px;
        z-index: 3;        
}
#ss{
        position: absolute;
        top: 20px;
        left: 320px;
        width: 200px;
        z-index: 3;
}
#gg{
        position: absolute;
        top: 20px;
        left: 455px;
        width: 300px;
        z-index: 3;
}
#song{
        margin-top: 35px;
        font-size: 15px;
        color: #AC6D3A;
}
#tarea{
        position: absolute;
        top: 50px;
        font-size: 15px;
        font-weight: bold;
        color: #AC6D3A;
}
#preSong{
        position: absolute;
        top: 50px;
        left: 0px;
        font-size: 15px;
        font-weight: bold;
        color: #AC6D3A;
        text-align: left;
}
#form{
        position: absolute; 
        top: 25px;
}

   #menuLinks{
        text-align: center;
        background-color: black;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 100%;     
        z-index: 3;
				color: white;
   }
   #menuLinks a{
        color: white;
        position: relative;
        top:  5px;
        font-weight: bold;
        font-family: ;
   }