@charset "UTF-8";
#Wrapper {
	background-color: #420119;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top:80px;
	padding: 0px;
	margin-top: 80px;
}
body {
	background-color: #420119;
	background-image: url(../img/holdingbackground.jpg);
	background-repeat: repeat-x;
}

#Content {
	float: left;
	width: 100%;

	background-image: url(../img/holding/holding.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 566px;
}

