/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_sitio.jpg);
}
/* specific divs */
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 575px;
	height: 367px;
	margin-left: -288px;
	margin-top: -184px;
}
		