@charset "utf-8";
@import url("reset.css");

html, body { 
    height: 100%; 
    background: none repeat scroll 0% 0% rgb(0, 0, 0); 
    color: rgb(255, 255, 255); 
    font-size: 12px; 
    font-family: Arial,Helvetica,sans-serif; 
    font-weight: normal; 
}

a { 
    font-family: Arial,Helvetica,sans-serif;
    color: #0477fc; 
    text-decoration: none;
    outline:none;
}
a:hover { 
    text-decoration: underline; 
}

#superbgimage {
    overflow: hidden; 
    z-index: 0; 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px;
}
#superbgimage .img {
    display: none;
    position: absolute; 
    width: 1280px; 
    height: 1024px; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}
.activeslide {
    display: block;
    z-index: 1;
}

#wrap { 
    position: relative; 
    min-height: 100%; 
    height: auto ! important; 
    overflow: hidden ! important; 
}
#container { 
    position: absolute; 
    bottom: 0px; 
    overflow: hidden; 
    width: 100%; 
}
#box { 
    position: relative; 
    margin: 0px auto; 
    width: 750px; 
    padding: 37px 0px 0px; 
    color: rgb(255, 255, 255); 
    font-weight: normal; 
    border: 2px solid rgb(255, 255, 255); 
    background-color: rgb(0, 0, 0); 
    opacity: 0.85; 
    border-radius: 10px 10px 0px 0px; 
}
#left { 
    float: left; 
    text-align: right; 
    width: 297px;
}
#right { 
    float: right; 
    text-align: left; 
    width: 300px;

}
#left, #right { 
    margin-top:25px;
    color: #0477fc;
}
#content { 
    text-align: center; 
    overflow: hidden; 
}
.logo { 
    margin-bottom: 23px; 
}
#footer { 

    clear: both; 
    display: block; 
    height: 66px;
    /* padding: 20px;  */
    /*background-color: rgb(255, 255, 255); */
    background: #fff url(../images/crazibiza_logo_blue_58.png) no-repeat center 6px;
    color: black; 
    text-align: center; 
    font-size: 14px; 
/*     font-weight: bold; */ 
/*      text-transform: uppercase;  */
    
}
#footer p {
    margin-top:-2px;
    font-weight: bold;
}


ul.social { display: block; width:686px; height:50px; margin: 25px auto 38px auto; }
ul.social li { display: inline; float: left; margin-right: 20px;}
ul.social li:last-child {  margin-right: 0px!important;}
ul.social li a { 
    display:block; 
    height:50px; 
    min-width:50px; 
    background: url(../images/social8_icons.png) no-repeat; 
    text-indent: -5000em;
    overflow:hidden; 
}
ul.social li.gigatools a    { width:50px;  background-position: 0 0; }
ul.social li.facebook a     { width:50px;  background-position: 0px -50px; }
ul.social li.twitter a      { width:62px;  background-position: 0px -100px; }
ul.social li.soundcloud a   { width:88px;  background-position: 0px -150px; }
ul.social li.youtube a      { width:126px; background-position: 0px -200px; }
ul.social li.mtwom a        { width:50px;  background-position: 0px -250px; }
ul.social li.beatport a     { width:70px;  background-position: 0px -300px; }
ul.social li.presskit a     { width:48px;  background-position: 0px -350px; }
ul.social li.gigatools a:hover    { background-position:  -126px 0px; }
ul.social li.facebook a:hover     { background-position:  -126px -50px; }
ul.social li.twitter a:hover      { background-position:  -126px -100px; }
ul.social li.soundcloud a:hover   { background-position:  -126px -150px; }
ul.social li.youtube a:hover      { background-position:  -126px -200px; }
ul.social li.mtwom a:hover        { background-position:  -126px -250px; }
ul.social li.beatport a:hover     { background-position:  -126px -300px; }
ul.social li.presskit a:hover     { background-position:  -126px -350px; }

