body {
	background-color:black;
	}
	
#content {
	width:500px;
	height:auto;
	background-color:black;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}
	
#trailer {
	width:451px;
	height:287px;
	margin: auto;
	}
	
#menu {
	width:500px;
	text-align: center;
	margin-top: 20px;
	}
	
#follow {
	width: 500px;
	height: 50px;
	margin-top: 30px;
	text-align: center;
}

.social {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#841815;
	font-size:16px;
}

#reviews {
	width:500px;
	height:60px;
	margin-top: 40px;
	}

#rev {
	width:500px;
	}
	
.review {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
    margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
	text-decoration: none;
	}

.review strong{
	letter-spacing: 0.7px;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: lighter;
	font-size:11px;
	color: white;
	background-color: #841815;
	text-decoration: none;
	}
	
.review strong a{
	text-decoration: none;
	color: white;
}

.review strong a:hover{
	text-decoration: none;
	color: #e4e4e4;
	background-color: #6b1412;
}

a.button {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	color: #fff;
	font-size:14px;
  	padding: 5px;
  	background: #841815 url(images/button-overlay.png) repeat-x;
  	border: 1px solid #510f0d;
  	text-decoration:none;
  	margin-left: 10px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	letter-spacing: 1px;
}

a.button:link {
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

a.button:visited {
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

a.button:hover {
	color: #e4e4e4;
	background-color: #6b1412;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

a.press {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	color: #fff;
	font-size:11px;
  	padding: 5px;
  	background: #313131;
  	border: 1px solid #000000;
  	text-decoration:none;
  	margin-top: 10px;
  	margin-left: 160px;
  	letter-spacing: 1px;
}

a.press:hover {
	color: #e4e4e4;
	background-color: #0f0f0f;
	border: 1px solid #841815;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}
	

