body{
	 margin:0 0px;
	 padding:0 40px 0 191px;
	 background: url(images/fondo191.gif) repeat;
	 
}

#wrapper{ float: right; background: url(images/fondo191.gif) bottom no-repeat; padding-bottom: 0px; }

#container{

	float:left;
	width:100%;	
	border-left: #999999
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:191px;
	margin-left:-191px;
	position:relative;
		background: url(/images/fondo191.gif);

}
#center{
	float:left;
	width:100%;
	margin-right:-100%;

		
}
#main{
		margin-left:0px;
		margin-right:3px;
		margin-bottom:0px;
		background-color: #FFFFFF;
		
}

#rightRail{
	float:right;
	width:40px;
	margin-right:-40px;
	position:relative;
	background: url(/images/fondo.gif);
	}

#header, #footer{
background: url(/images/fondo.gif);
	margin-left:-191px;
	margin-right:-40px;
	clear:both;
}