@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0px;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	
}

#contenedor{
	width:900px;
    height: auto !important;
    height: 100%;
    margin: auto;
}
