           #progressBar{
           border-radius: 0px;
           background: #e6e5e2;

           }

           #progressBar div{
           width:200px;
           border-radius: 0px;
           box-shadow: 0 2px 2px #000000;
           background-color: #32CD32;
           background: -webkit-linear-gradient(top, #32CD32, #4ccd4c);
           background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#32CD32), to(#4ccd4c));
           background: -moz-linear-gradient(top, #32CD32, #4ccd4c);
           background: -ms-linear-gradient(top, #32CD32, #4ccd4c);
           background: -o-linear-gradient(top, #32CD32, #4ccd4c);
           color: white;
           }

           #campprog{
           font-family: 'Cuprum', serif;
           color:white;
           top:2px;
           font-size:38px;
           position:relative;
           }

body{
    background-color:#303030;
    font-family: 'Cuprum', serif;
    font-size: 20px;
    color:#ffffff;
    text-shadow: 2px 1px 5px #000000;
}
#main{
    margin:0 auto;
    width:900px;
    height:900px;
    text-align:left;
    background: url("../images/bglogo.png");
    background-repeat:no-repeat;
    background-size:15%; 
    background-position:47% 7%
    
}
.styled-select select {
   background: #FFFFFF;
   width: 400px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   background: url(../images/down_arrow_select.jpg) no-repeat right #FFFFFF;
   -webkit-appearance: none;
   }

.bandlist{
    column-count:4;
    -moz-column-count:4; /* Firefox */
    -webkit-column-count:4; /* Safari and Chrome */
}

h1 {font-family: 'Abel', sans-serif;text-shadow: 2px 1px 5px #000000;font-size:50px;text-shadow: 5px 2px 10px #000;}
h2 {font-family: 'Abel'; padding:0px; margin:0px;}
a,img {border:none;}
#menu-container{z-index:1000;width:900px;height:100px;position:relative;left:0px;}
