body {
	background-color: #000;
	margin: 0px;
	color: #FFF;
}
div#title {
	position: fixed;
	height: 90px;
	width: 100%;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 0px;
	vertical-align: middle;
}
#all {
	margin-top: 90px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div#left_pic {
	width: 255px;
	height: 550px;
	float: left;
	margin-left: auto;
}

div#content_container {
	width: 440px;
	height: 430px;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 120px;
	padding-left: 5px;
	padding-right: 5px;
}
div#right_pic {
	height: 550px;
	width: 255px;
	float: left;
	margin-right: auto;
}
div#nav_bar {
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	bottom: 0px;
}
div#buttons {
	padding: 0px;
	height: 100px;
	width: 422px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
span {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
a {
	text-decoration: none;
	color: #42BFB2;
}
a:hover {
	color: #F00;
}

.gallery_table {
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
object {
	text-align: left;
	margin-top: 50px;
}

#loadarea {
	

