@charset "UTF-8";
/* CSS Document */
body 
{
	margin-left: auto;
	margin-right: auto;
	background-color:#E0E0E0;
	width: 1000px;
	margin: 0 auto;
}

.container{
	display:     block;
	width:       1024px;
	height:      768px;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin:      -384px 0 0 -512px;
	background-image: url(images/index.jpg);
	}
#img{
	position:absolute;
	width: 533px;
	height:98;
	top:249px;
	left: 275px;
	}
#enter{
	position:absolute;
	width: 140px;
	height: 58px;
	left: 467px;
	top: 599px;
	}
#notepagina{
	width: 836px;
	text-align:center;
	height:22px;
	position:absolute;
	left:110px;
	top:738px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 5px;
	font-size: 9px;
	co
; 			color: #666;
