.poster{
	margin-top:10px;
	border: 2px solid #000;
	height: 70%;
}

.fb-logo {
	height: 10%;
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

body {
	text-align:center;
	background-color:#8A8A88	
}

div {
	margin-left:10%;
	margin-right:10%;
}
