#Container {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	top: auto;
}
#shop {
}
#shop {
	background-image: url(../images/entershop.jpg);
	height: 400px;
	width: 800px;
}
#footer {
	background-color: #6A0E41;
}

#header {
	background-image: url(../images/Banner.png);
	height: 450px;
	width: 800px;
}
#content {
	height: 400px;
	width: 800px;
	background-image: url(../images/Mamacita.jpg);
}
#navigation {
	height: 119px;
	width: 800px;
}
#shop {
	height: 400px;
	width: 800px;
}
#Container {
	border: thick none #6A0E41;
}

