@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/fondo.jpg);
}
#header {
	width:600px;
}
#main {
	height: auto;
	width: auto;
	}
#contenedor {
	height: auto;
	width: 768px;
	margin: auto;
	}
#left {
float:left;
}
# right {
float:right;
}