hr {
border: 1px solid #E8E8E8;
margin: 20px;
}
#logo {
    width:901px;height:115px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	text-align: left;
}

#image_include {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	height: 425px;
	width: 930px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#body_pagina {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	width: 930px;
	min-height: 600px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#quick_search {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	width: 930px;
	min-height: 20px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer_pagina {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	width: 930px;
	height: 70px;
	background-color: white;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	bottom: 0px;
}

#preview {
	position: absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}