html {
	margin: 0px;
	height: 100%;
	opacity: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background: #436a96 url("../images/background.png") repeat-y center 105px;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    line-height: 1.4;
}

img {
	border: none;
}

a {
	color: #387689;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	font-size: .95em;
}

#footer a {
	color: #fff9f9;
}

#header {
	background: url("../images/header_background_tile.png") repeat center;
	width: 100%;
	height: 105px;
}

#header-contents {
	background: url("../images/header_background.png") no-repeat center;
	width: 980px;
	height: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 100;
}

a.ypp_logo {
	position: absolute;
	left: 20px;
	top: 12px;
}

a.gh_logo {
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav {
	position: absolute;
	left: 200px;
	top: 30px;
	margin: 0;
	padding: 0
}

#content {
	background-color: white;
	overflow: scroll;
	width: 980px;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 65px;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	padding-bottom: 20px;
}

#content-contents {
	position: relative;
	width: 940px;
	margin: 20px;
	margin-top: 40px;
}

.content-box {
	overflow: auto;
}

.content-box .gold_frame {
	margin: 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#mainpresscontainer {
	margin-top: 24px;
}

#illustration {
	background: url("../images/landing/landing_illustration_bg.jpg") no-repeat top center;
		position: absolute;
	top: 0;
	left: 25px;
	width: 890px;
	height: 360px;
}

#playnow {
	background: url("../images/landing/green_playnow_default.png") no-repeat top center;
	position: absolute;
    top: 260px;
    left: 535px;
    width: 340px;
    height: 100px;
}

#playnow:hover {
	background: url("../images/landing/green_playnow_over.png") no-repeat top center; ;
}

#button-array {
	position: absolute;
	top: 265px;
	left: 60px;
}

h1, h2, h3, h4 {
    color: #636363;
    line-height: 1;
    margin-bottom: .15em;
    margin-top: .15em;
}

h1 {
    font: 2.5em Georgia,"Times New Roman",serif;
    color: #9d1a19;
    letter-spacing: 1.5px;
}

.goldbar-title,
.dot-right,
.dot-left,
.gilded-right,
.gilded-left {
	height: 34px;
}

.goldbar-title {
	background-image: url("../images/goldbar/tile.png");
}

.gold-frame {
	background: url("../images/goldframe.png");
	background-size: 100% 100%; 
}

.dot-right {
	background-image: url("../images/goldbar/right_dot.png");
	width: 12px;
	float: right;
}

.dot-left {
	background-image: url("../images/goldbar/left_dot.png");
	width: 12px;
	float: left;
}

.gilded-right {
	background-image: url("../images/goldbar/right_gild.png");
	width: 56px;
	float: right;
}

.gilded-left {
	background-image: url("../images/goldbar/left_gild.png");
	width: 56px;
	float: left;
}

#footer {
	background: url("../images/footer_background_tile.png") repeat-x center;
	width: 100%;
	min-width: 980px;
	height: 63px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

#footer-contents {
	background: url("../images/footer_background.png") no-repeat top center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-top: 37px;
	height: 100%;
	position: relative;
	z-index: 100;
}