@charset "UTF-8";

/* All My Sons holding page CSS */

/* Reset */

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

img {
  border: 0;
}


/* Main Styling */

body {
	background: #040605 url(../images/backgrounds/main-background.jpg) no-repeat top center;
}

p {
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 0 0;
}

a:link, a:active, a:visited {
	color: #72d1cb;	
}

#content {
	background: #040605 url(../images/backgrounds/content-background2.jpg) no-repeat top center;
	width: 991px;
	height: 557px;
	margin: 10px auto 10px auto;
}

#footer {
	width: 991px;
	margin: 20px auto;
}

#content img {
	float: right;
	margin: 10px 18px 0 0;
}

#buttons {
	float: right;
	width: 420px;
	padding: 15px 20px;
}

#content a:link, #content a:visited, #content a:active {
	display: block;
	outline: none;
}

.tickets {
	background-image: url(../images/book-tickets.png);
	background-position: 0 52px;
	height: 52px;
	float: left;
	width: 170px;
	text-indent: -9999px;
}

.trailer {
	background-image: url(../images/view-trailer.png);
	background-position: 0 52px;
	float: right;
	height: 52px;
	width: 250px;
	text-indent: -9999px;
}

#content a:hover {
	background-position: 0 0;
}

#footer-info {
	clear: both;
	width: 991px;
	margin: auto;
	padding: 10px 0 0 0;
	text-align: center;
}

/* This is the original footer before the red bar was added
 #footer-info {
	clear: both;
	width: 991px;
	margin: auto;
	padding: 20px 0 0 0;
	text-align: center;
} */

/* Footer credits positioning */

img.radisson {
	float: right;
}

img.kettners {
	float: left;
}

img.credits {
	float: left;
	margin-left: 115px;
}

img.final {
	position:relative;
	margin: 0 auto;
	top: -10px;
}
