/* CSS Document */

/*Estrutura HTML*/
*, body {
	background:#bbb;
	overflow:hidden;
	padding:0;
	margin:0;
}

div#all {
	background:000;
	/*margin:7% auto;*/
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-512px;
	margin-top:-306px;
	width:1024px;
	heigth:612px
}



