@charset "UTF-8";
#header {
	height: 100px;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 10000;
	display: table;
}
#body {
	height: auto;
	text-align: center; 
	margin: 0 auto;
	width: auto;
}
img {
	width:100vw;
	height: auto;
}
#wrapper {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin: 0 auto;
	margin-right: 0 auto;
	margin-bottom: 0px;
	margin-left: 0 auto;
}
#footer {
	height: 300px;
	margin: 0 auto;
	margin-top: 10px;
	width: auto;
}

<style type="text/css">

a{
text-decoration : none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:focus {
    color: black;
}
a:active {
	color: #666666;
	text-decoration: none;
}.TopTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
