/*********************  GENERAL  **************************/
body {
	background: url(../images/bg.gif) repeat-x top left #0c0c0c;
	/*background:#ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
}
/******************   LAYOUTS      ***************/
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -492px;
	margin-top:0;
	position: absolute; /**/
	width: 984px;
	background: none;
}
