html{
    height:100%;
}

*{
    margin:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
    height:100%;
    padding:0px;
    background-color:black;
    background-image:url(../pictures/music/music_background.jpg);
    background-repeat:repeat-y;
    background-attachment:fixed;
}

#content{
    height:100%;
    min-width:1200px;
    margin-left:50px;

}

#col1{
    width:240px;
    height:2000px;
    background-color:rgba(0,0,0,0.7);
    position:relative;
    float:left;
}

#col2{
    width:240px;
    height:2000px;
    background-color:rgba(0,0,0,0.4);
    position:relative;
    float:left;
}

#col3{
    width:240px;
    height:2000px;
    background-color:rgba(255,255,255,1);
    position:relative;
    float:left;
    text-align:center;
}

#col4{
    width:240px;
    height:2000px;
    background-color:rgba(0,0,0,0.1);
    position:relative;
    float:left;
}

#col5{
    width:240px;
    height:2000px;
    background-color:rgba(255,255,255,0.5);
    position:relative;
    float:left;
}

#title1, #title2{
    margin-top:30px;
    padding-top:5px;
    height:50px;
    background-color:rgba(0,0,0,0.5);
    font-size:1.2em;
    font-weight:lighter;
    text-align:center;
    color:white;
}

#title3, #title4, #title5{
    margin-top:30px;
    padding-top:5px;
    height:50px;
    background-color:rgba(255,255,255,0.5);
    font-size:1.2em;
    font-weight:lighter;
    text-align:center;
    color:black;
}

#title3{
    padding-top:15px;
    background-color:rgba(255,255,255,0.2);
}

#void_col1{
    height:50px;
}

.void{
    height:25px;
}

.album_col1{
    clear:left;
    padding-top:6px;
}

.ref_col1{
    position:relative;
    padding:19px 2px 19px 5px;
    float:left;
}

.cover_col1{
    width:100px;
    height:100px;
    position:relative;
    float:left;
}

.playlist_col1{
    padding-left:5px;
    position:relative;
    float:left;
}

.title1_col1{
    line-height:1em;
    width: 1em;  
    font-size: 0.7em;
    font-weight:lighter;
    letter-spacing: 10px;
    color:white;
}

.title2_col1{
    font-size:0.7em;
    color:white;
}

.list_col1{
    list-style:none;
    padding:0;
    font-size:0.5em;
    font-weight:lighter;
    color:white;
    
}

.album{
    padding-left:15px;
    clear:left;
    padding-top:10px;
}

.title{
    font-size:0.9em;
    color:black;
    padding-bottom:2px;
}

.cover{
    width:100px;
    height:100px;
    position:relative;
    float:left;
    box-shadow: 5px 2px 5px #333;
}

.playlist{
    padding-left:10px;
    position:relative;
    float:left;
}

.list{
    list-style:none;
    padding:0;
    font-size:0.6em;
    font-weight:lighter;
    color:black;
    
}

.list_long{
    list-style:none;
    padding:0;
    font-size:0.5em;
    font-weight:lighter;
    color:black;
    
}

#requiem_title{
    padding-top:75px;
    padding-bottom:15px;
    position:relative;
}

#requiem_cover{
    box-shadow: 5px 2px 5px #333;
}

#p_title_ex{
    font-size:0.7em;
    font-weight:bolder;
    padding-top:10px;
}

#p_opera{
    font-size:0.6em;
    font-weight:bolder;
    padding-bottom:2px;
}

#p_ex{
    padding-top:10px;
    font-size:0.5em;
}

#list_ex{
    list-style:none;
    padding:0;
    font-size:0.6em;
}

#sdm_title{
    padding-top:75px;
    padding-bottom:15px;
    position:relative;
}

#sdm_cover{
    box-shadow: 5px 2px 5px #333;
}

#p_title_sdm{
    font-size:0.7em;
    font-weight:bolder;
    padding-top:10px;
    padding-bottom:2px;
}

#list_sdm{
    list-style:none;
    padding:0;
    font-size:0.6em;
}

#p_live{
        font-size:0.5em;
}







