/*CSS document
Theme Name: Piano theme
Version: 1.0
Author: Lorem networks
Author URL: http://lorem.hu
*/

body{
    background: url(img/bg_pattern.gif) repeat scroll;
}

img {
    border: 0px
}

a{
    color: #ACACAC;
    line-height: 14px;
    text-decoration: none
}

a:visited {
    color: #ACACAC
}

a:hover {
    color: #ACACAC
}

div.bg_head{
    background: url(img/bg_head.png) repeat-x;
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    position: absolute
}

div.sheet{
    background: url(img/sheet.png) repeat-x;
    width: 100%;
    height: 57px;
    left: 0px;
    top: 180px;
    position: absolute
}

div.main_bg{
    background: #FFFFFF;
    margin-top: 110px;
    margin-bottom: 40px;
    width: 800px;
    height: 600px;
    position: relative
}

div.main{
    background: #3A3A3A;
    width: 780px;
    height: 580px;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute
}

div.note{
    background: url(img/note.png);
    width: 800px;
    height: 110px;
    position: absolute;
}

div.menu{
    width: 170px;
    height: 340px;
    margin-top: 170px;
    margin-left: 20px;
    position: absolute;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
}


div.line{
    background: #FFFFFF;
    width: 1px;
    height: 360px;
    margin-top: 160px;
    margin-left: 210px;
    position: absolute
}

div.box{
    width: 529px;
    height: 340px;
    margin-top: 170px;
    margin-left: 231px;
    position: absolute;
    font-family: "MS Sans Serif", sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
    overflow: auto
}


