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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../imagenes/background.gif) repeat center;
	margin: 0; 
	padding: 0;
	text-align: center; /
	color: #000000;
}
#container {
	width: 480px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:40px;
}
#mainContent {
	padding: 0 20px;
}