@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background:url(imagens/background_preto.jpg) no-repeat center top #000;
}

.corpo {
	width:990px;
	height:580px;
	margin:0 auto;
}