body {
	background: black;
	color: #fff;
	text-align: center;
	font-family: "arial";
}
#container{
	margin: 0 auto;
	max-width: 900px;
	border: solid #fff 3px;

}
#logo {
	padding-top: 20px;
	padding-bottom: 10px;
	max-width: 100%;
    height: auto;
    text-align: right;
}
a {
	color: #fff;
}
#gallery {
	max-width: 136px;
    height: auto;
	padding: 15px;
}

#social {
	margin-bottom: 95px;
	margin-left: 60px;
}

hr {
    color:#ffffff;
}

#line {
    border-bottom: solid #fff 3px;
}