body
{
background-repeat: no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;

 }




.box { float: left;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}



.circularmaior {
	width: 35%;
	border-radius: 10px;
	padding-top:4%;
}



.circularmaior img {

        width: 70%;
		border-radius: 10px;
		box-shadow: 0 0 8px rgba(0, 0, 0, .8);
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

#root { max-width: 1200px; margin: 0 auto; }

#box1 { width: 100%; }
#box2 { width: 30%; }
#box3 { width: 70%; }
#box4 {
	width: 100%;
	text-align: center;
}
#box5 {
	width: 100%;
	height: 65px;
	position: fixed;
	bottom: 0px;
	background-color:#DD0000
	 
  
}


/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 899px) and (orientation: landscape) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 899px) and (orientation: portrait) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }	
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#box1 { width: 100%; }
	#box2 { width: 100%; }
	#box3 { width: 100%; }
	#box4 { width: 100%; }
	#box5 { width: 100%; }
}

a:link {text-decoration:none; color:#515151;}
a:visited {text-decoration:none; color:#515151;}
a:hover {color:#e4002b;}
a:active {text-decoration:none; color:#515151;}




.musica {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#FFF;
	font-size: 18px;
	font-style: normal;

	
}

.onair {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	font-size: 19px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 19px;
}
