@charset "utf-8";

body {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-color: #666;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #090;
}

a:hover {
	text-decoration: underline;
	color: #FF0;
}

a:active {
	color: #F00;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCC;
	padding: 10px;
}

#main_image {
	position: relative;
	width: auto;
	height: auto;
}
#photo_collection {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: bold;
	line-height: 48px;
	right: 40px;
}
.nav_button {
	position: absolute;
	bottom: 40px;
}
#NB1 {
	left: 40px;
}
#NB2 {
	left: 400px;
}
#NB3 {
	right: 40px;
}
#last_update {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	right: 40px;
	position: absolute;
	font-weight: bold;
	color: #FFF;
	top: 10px;
}

#alt_side {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0;
}
