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

}
#logo {
	padding-left:40px;
	max-width: 100%;
    height: auto;
    text-align: right;
}
a {
	color: #fff;
}
#gallery {
	max-width: 150px;
    height: auto;
	padding: 15px;
}

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

hr {
    color:#ffffff;
}

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

#text {
    padding: 20px;;
}
#copyright {
	text-align: center;
}