@charset "utf-8";
/* CSS Document */
body {
	background-color: #6e0407;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#fondo {
	position:absolute;
	top: 50%;  
	left: 50%;  
	width:750px;
	height: 450px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/  
    margin-left: -375px; /*set to a negative number 1/2 of your width*/  
	z-index:0;
}
