body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image: url(../backgrounds/back_24.jpg);
}
.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
.greytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777777;
}
.bigtitle {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
.textonblue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #287ba0;
}
.textonblack {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  background-color: #000000;
}
.textonwhite {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #FFFFFF;
}
/* STRUTTURA */
.titlepag {
  height:50px;
  vertical-align:bottom;
}

#header {
  width: 100%;
  height: 100px;
}
#artist {
  width: 100%;
  height: 320px;
  background-color: #FFFFFF;
}
#videoplayer {
  width: 100%;
  height: 400px;
}
#artisti {
  width: 100%;
  height: 400px;
}
#home {
  width: 100%;
  height: 320px;
  background-color: #000000;
}
#news {
  width: 100%;
  height: 80px;
  background-color: #A6CB23;
}
#line {
  width: 100%;
  height: 10px;
}
#sponsors {
  width: 100%;
  height: 120px;
}
#content {
  width: 100%;
}
#content_blue {
  width: 100%;
  background-image: url(../backgrounds/back_23.jpg);
}
#banners {
  width: 100%;
}
#footer {
  height: 100px;
  margin:30px auto 0 auto;
  text-align:center;
  width: 900px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCC;
}

.blogimg {
  border:solid white 1px;
}

/* LINKS */
A:link,A:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFCC00;
  text-decoration: none;
}
    
A:active,A:hover {
  border:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FF9900;
  text-decoration: none;
}

