body {
	background: #042246;
	color: white;
	font-family: "arial";
	font-size: 17px;
}
#container{
	margin: 0 auto;
	max-width: 980px;
	border: solid white 2px;

}
#logo {
max-width: 100%;
}
a {
	color: white;
}
#gallery {
	max-width: 150px;
    height: auto;
	padding: 15px;
}

#social {
	margin-top: -35px;
	margin-right: 40px;
	text-align: right;
}

hr {
    color:#ffffff;
}

#line {
    border-bottom: solid white 2px;
}

#text {
	margin-top: -20px;
    padding: 20px;
    color: white;
}
#copyright {
	text-align: center;
	margin-bottom: 30px;
}