@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
table {
    width:75%;
	height:100%;
	overflow:auto;
}
.Container {
}
.Header {
	background-color: #0E1D0E;
}
.Content {
	height: 100%;
	padding: 25px;
	background-color: #F7F7F7;
	overflow: auto;
	box-shadow: 10px 10px 25px #B08C4A;
	text-align: left;
	margin:inherit;
	
}
.ContentImage {
	padding: 25px;
	background-color: #F7F7F7;
	overflow: auto;
	box-shadow: 10px 10px 25px #B08C4A;
	text-align: center;
}
.Button {
	height: auto;
	padding: 10px;
	background-color: #F7F7F7;
	overflow: auto;
	box-shadow: 10px 10px 25px #B08C4A;
}
.Button:Hover {
	background-color: #C8F2DE;
	font-style: italic;
	height: 100%;
	
}
.Footer {
	width: 75%;
	align:center;
	margin-right: auto;
	margin-left: auto;
}
