html {
	margin-left: calc(100vw - 100%);
}
th {
	font-weight: normal;
}
#container {
	height: 700px;
	width: 950px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	top: 25px;
}
#Header {
	background-color: #FFF;
}
#Links {
	display:inline-block;
	width:15%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	vertical-align: top;
}
#Content {
	display:inline-block;
	width:80%;
	text-align: left;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#Upper {

	left:3px;
	top:496px;
	width:952px;
	height:36px;
	z-index:4;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#Lower {
	left:1px;
	top:35px;
	width:953px;
	height:70px;
	z-index:1;
	background-color: #FFF;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.clearfix::after{
	content: "";
	clear: both;
	display:table;
}
.footer p, .footer a {
	text-align:center;
}
.footer {
	border-top:5px solid #FD3363;
	margin-top:30px;
}
.error {
	color:red;
	font-weight:bold;
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}