body {
	background-image: url(images/bg_diamond.png);
	background-repeat: repeat;
	
}

#Navigation {
	height: 200px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/bg_nav.png);
	background-repeat: repeat;
	border: thin solid #DADADA;
	position: relative;
}

#Button7 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Button4 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Banner {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	position: relative;
}

#Container {
	min-height: 1100px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DADADA;
	border: thin solid #000;
	position: relative;
	overflow-y: auto;
}

#Footer {
	height: 200px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	border: thin solid #000;
	position: relative;
}

#History {
	margin: 10px;
	float: right;
	height: 160px;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	left: 1025px;
	bottom: 20px;
}

#Copyright {
	float: left;
	height: 50px;
	width: 300px;
	margin-top: 115px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#Icon1 {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 115px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: absolute;
	bottom: 60px;
	left: 50px;
}

#Icon2 {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 115px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: absolute;
	bottom: 60px;
	left: 100px;
}

#Icon3 {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 115px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: absolute;
	bottom: 60px;
	left: 150px;
}

#Button5 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Button6 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Logo {
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#Button1 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Button2 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Button3 {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.content1{
	font-size: 30px;
}

.magnify{
	cursor:zoom-in;
}