@charset "utf-8";

/* html */
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
}

a img {
	border: none;
}

#wrapper {
	border: 0;
	width: 800px;
	height: 250px;
	margin: 0px auto;
	position: relative;
}

/* codi per IE i CH */
#wrapper {
	border: 0;
	position: absolute;
	margin: -125px 0 0 -400px;
	left: 50%;
	top: 50%;
}

#content {
	border: 0;
	width: 800px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	overflow: auto;
}