html,body,#wrapper {
    height:100%;
    padding:0;
    margin:0;
}
#wrapper {
    position:relative;
}

#Header {
	font-variant: normal;
}

#Header h1 {
	color: #008A9A
	background-color: #009933;
	font-size: 1.6em;
	text-align: center;
	border-style:solid;
	border-width: 3px;
	border-color: black;
}

h1 {
	font-size: 1.8em;
	height: .5em;
	margin-bottom: 0;
	text-align: center;
	color:#A81E1E;
}

h2 {
	font-size: 1.2em;
	padding: 0;
	height: 0.5em;
	margin-bottom: 0;
	color:navy;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Arial;
}
img {
        max-width:100%;
        height:auto;
}

hr {
  color:#FF0000;
}
p {
	font-size: 15px;
	padding-left: 5px;
	font-family: Arial;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;

}

#top, #bottom {
    position:absolute;
	
}

#top {
    height:100px;
    width:95%;
    background:white;
}
#bottom {

    top:100px;
    bottom:0px;
    width:100%;
    background:white;
    color:black;
	overflow-x: scroll;
}