
body{
	background: black;
	color: white;
	height: 100%;
}

.page-header{border: 0;}

#logo{
	width: 105px;
	margin: 0 auto;
}

.page-content{
	width: 100%;
}

.center-box{
	margin: 0 auto;
	float: none;
}

.photo-box{
	/*min-height: 480px;*/
}

.photo-box img{width: 100%;}

.link{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.link a{
	color: #205D94;
	font-weight: bold;
}

.link a:hover{ text-decoration: underline;}

.right-box{
	float: right;
}

.push{
	height: 7em;
}
.footer{
	margin-top: 40px;
	margin-bottom: 20px;
}
.footer p{
	width: 370px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	.right-box{ float: none;}
}

@media (max-width: 480px) {
	.link a{
		font-size: 15px;
	}
}
