/* FOLHA DE ESTILO
PROVA DESENVOLVIMENTO WEB
CRIADO EM : 11/7/18 19:00
AUTOR: ERNANI VICTOR DE QUEIROZ LOPES
EMAIL: ernaani.victor@hotmail.com
*/

div.all {
	background-color: white;
	width: 800px;
	height: 600px;
	left: 0px;
	top: 0px;
	position: fixed;

}

div.menu {
	background-color: #6495ED;
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;

}

div.conteudo {
	background-color: lightblue;
	position: fixed;
	width: 580px;
	height: 350px;
	top: 0px;
	left: 110px;
	font-size: 10px;
	
	background-repeat: no-repeat;

}

div.enquete {
	background-color: #6495ED;
	width: 100px;
	height: 150px;
	position: fixed;
	right: 0px;
	top: 	0px;
	left: 	700px;
	font-size: 6px;

	
}

div.noticia {
	background-color: #6495ED;
	width: 100px;
	height: 190px;
	position: fixed;
	right: 0px;
	top: 160px;
	left: 700px;
	font-size: 5px;
	
}

div.banner {
	background-color: yellow;
	width: 800px;
	height: 150px;
	position: fixed;
	top: 360px;
	left: 0px;
	bottom: 0px;
	background-image: url("https://news.goldcore.com/ie/wp-content/uploads/sites/19/2018/02/Episode-3-Banner-1.jpg?x64374");

	}

div.rodape {
	background-color: #4682B4;
	width: 800px;
	height: 80px;
	position: fixed;
	top: 520px;
	left: 0px;
	font-size: 10px;

}
