@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	background-color:#121010;
	background-image:url(imagenes/background.gif);
	background-repeat:repeat-x;
}
#container {
	width:980px;
	position:relative;
	margin: 0 auto;
	text-align:left;
}