/* CSS Document */

* {
	margin:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:center;
}

/* Container */
#container h1 {display:none;}
#container {
	width:500px;
	height:350px;
}

/* Flash */
#flash1{
	width:210px;
	height:315px;
}

/* Requisito */
#requisito h2{display: none}
#requisito {
	width:300px;
	height:25px;
}

#requisito ul{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
	height:20px;
	color: #000000;
	text-align:center;
}

/*Imagem */
#imagem {
	width:23px;
	height:27px;
	margin:auto;
	padding-top:50px;
}
		
/* Visualização */
#visualização {
	width:500px;
	height:25px;
}
	
#visualização h4{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
	height:20px;
	color: #000000;
	text-align:center;
	padding-top:10px;
}	
	
		