body {
	background-color: #424242;
}
#wrapper {
	background-color: #424242;
	position: relative;
	height: 600px;
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper .top_banner {
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
}
#wrapper .navigation {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	bottom: 0px;
}
#wrapper .home_pic {
	position: absolute;
	left: 65px;
	top: 170px;
}
#wrapper .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 280px;
	height: auto;
	width: auto;
}

#wrapper .footer {
	position: absolute;
	width: auto;
	left: 0px;
	bottom: 0px;
}
