@charset "utf-8";
/* CSS Document */

.home {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
	height: 350px;
	width: 300px;
	background-color: #000;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -225px;
	margin-right: auto;
	margin-bottom: -150px;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	bottom: 50%;
	display: block;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

.imagebank {
	width: 3770px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top: -275px;
	margin-bottom: -150px;
}

.navbar {
	width: 3766px;
	display: block;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	top: 50%;
	bottom: 50%;
	position: absolute;
	margin-top: 229px;
	height: 20px;
	text-indent: 15px;
	padding-top: 5px;
}

.arrow1, .arrow2, .arrow3, .arrow4, .arrow5, .back {
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	display: inline;
}

.arrow1, .arrow2, .arrow3, .arrow4 {
	margin-right: 732px;
}

.arrow5 {
	margin-right: 680px;
}

.back {
	margin-right: 0px;
}
