/*Main body	*/
#MainShop {
	background-image: url("Images/MainShop.jpg");
	height: 550px;
	width: 1100px;
	margin-top: 20px;
}
#ShopButton {
	position: relative;
	top: 400px;
	left: 840px;
	height: 120px;
	width: 240px;
}
#ShopButtonLink {
	display: inline-block;
}
#ShopScroll {
	display: inline-block;
}
.Anchor {
	height: 0px;
	width: 1100px;
	overflow: hidden;
	display: block;
}
#NewsButton {
	position: relative;
	top: 400px;
	left: 840px;
	height: 120px;
	width: 240px;
}
#NewsButtonLink {
	display: inline-block;
}
#NewsScrollContainer {
	display: inline-block;
}
#NewsScrollUp {
	height: 60px;
}
#NewsScrollDown {
	height: 60px;
}
#AboutButton {
	position: relative;
	top: 400px;
	left: 840px;
	height: 120px;
	width: 240px;
}
#AboutButtonLink {
	display: inline-block;
}
#AboutScroll {
	display: inline-block;
}
#MainNews {
	background-image: url("Images/MainNews.jpg");
	height: 550px;
	width: 1100px;
	}
#MainAbout {
	background-image: url("Images/MainAbout.jpg");
	height: 550px;
	width: 1100px;
}
img.Main {
	border: 0px;
	height: 550px;
	width: 550px;
}
img.Main2 {
	border: 0px;
	height: 550px;
	width: 1100px;
}