body {
	background-image: url(../images/bg-html.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#website {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenido {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 55px;
	padding-right: 49px;
	padding-left: 49px;
	background-color: #FFFFFF;
	background-image: url(../images/bgbody.gif);
	background-repeat: repeat-x;
}
#productos {
	background-color: #3A2077;
	width: 150px;
}
#productos {
	position:fixed;
	top:129px;
	padding-top: 10px;
}

