body{
background-color:#FF4948;
font-family:arial;
font-size:14px;
}
﻿* {
	margin: 0px;
	padding: 0px;
	
}

#container {
	width: 785px;
	height: auto
}

#nav {
	position: relative;
	width: 22.5%;
	height: auto;
	z-index: 1;
	left: -2px;
	top: 455px
}

#information2 {
	position: relative;
	width: 400px;
	height: 400px;
	z-index: 1;
	left: 300px;
	top: 200px;
	
}


#information {
	position: relative;
	width: 400px;
	height: 400px;
	z-index: 1;
	left: 300px;
	top: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

h1 {
	width: 100%;
	height: auto;
	color: #FFFF00;
	font-family: "Brush Script MT"
} 

h2 {	
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-family: "Tempus Sans ITC";
	font-weight: bolder
}

p {
	width: 100%;
	height: auto;
	font-family: "Bauhaus 93"
}

#nav img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	display: block;
	
}

#bg {
	position: relative;
	width: 100%;
	height: auto;
	top: -711px
}