@charset "UTF-8";
/* Default Styles */
html {
	overflow: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #8998A2;
	background-image: url(../assets/images/page-bg.png);
	background-repeat: repeat-x;
	height: 100%;
}
p,h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 11px;
	line-height: 1.6em;
}
a {
	color: #0054A6;
	text-decoration: none;
}
a:visited {
	color: #0054A6;
	text-decoration: none;
}
a:hover {
	color: #0054A6;
	text-decoration: underline;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#content {
	background-image: url(../assets/images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 920px;
	height: 800px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
}
#movie {
	width: 920px;
	height: 450px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	top: 30px;
}
#footer {
	width: 920px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	top: 30px;
}
#monkey {
	width: 400px;
	height: 150px;
	padding: 0px;
	display: block;
	float: left;
}
#info {
	width: 510px;
	height: 70px;
	padding: 0px 0px 0px 10px;
	display: block;
	float: left;
	color: #333333;
	position: relative;
	top: 80px;
}
#callout {
	width: 610px;
	height: 240px;
	position: absolute;
	display: none;
	background-image: url(/assets/images/callout.png);
	left: 240px;
	top: 260px;
	padding: 20px;
	color: #004A94;
}
#callout .close {
	position: absolute;
	left: 593px;
	top: 249px;
	display: block;
	width: 47px;
	height: 26px;
}
