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

#Header {
	font-variant: normal;
}

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

h1 {
	font-size: 2.5em;
	padding-left: 200px;
	height: .5em;
	margin-bottom: 0;
	color: #A81E1E;
}

h2 {
	font-size: 1.4em;
	padding: 0;
	height: 0.5em;
	margin-bottom: 0;
	color:navy;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Arial;
}
img {
	padding-left: 5px;

}
hr {
  color:#660000;
}

p {
	font-size: 18px;
	padding-left: 5px;
	font-family: Arial;
	max-width:1000px;
	text-align:justify;
}

#top, #bottom {
    position:absolute;
}

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

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