/* */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	background:url(imagens/bg.jpg) center center fixed;
	color: #000;
	background-color: #FFF;
	text-align:center;
}

header {
	width:100%;
	background-color:#FFF;
	padding:20px;
}

.logo {
	width:100%;
}

#stream {
	background-color: #000;
	color: #FFF;
	padding: 25px 0px;
}

#apresentadores {
	padding: 20px 0px;
}

#apresentadores img {
	width: 150px;
	height: 150px;
	background-color: #000;
	color: #FFF;
	margin: 10px 0px;
	
	/* Agora a mágica */
	border-radius: 50%;
}

@media (max-width: 900px){

}
