body {
	background-color: #f4f4f4;

	background-repeat: repeat-x;
	background-position: bottom;
	padding:0px;
	margin:0px;
}

#content    
	{
	background-image: url(img/fondo.jpg);
	background-color: #ffffff;
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: -385px;
	position: absolute;
	left: 50%;
	width: 780px;
	height: 100%;
	visibility: visible;
	z-index: 2;
	
	border-left-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
