@charset "utf-8";
/* CSS Document */

* {
	background-color:#000;
	outline:none;
	padding: 0px;
	margin: 0 auto;
}
#home {
    position:relative;
    width: 100%;
    height:100%;
	background-color:#000;	
    text-align: center; 
}
.pagina {
	width: 1124px;
    height:761px;
	background: url(../images/bg.jpg) no-repeat center;
	border:0px solid red;
	text-indent:-9999px;
}