html{
    overflow: auto;
    height: 100%; 
    width: 100%; /* needed to fix Firefox bug */
    margin: 0;
    padding:0px;
}

body {
    margin:0px;
    padding:0px;
    position:relative;
    border-bottom: 1px solid transparent;
    padding-bottom: 20px;
    font-family:arial;
    color:white;
    background-color: #000000;
}
#body_wrapper {
    bottom: 0;
    height: 1008px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#bg_layers {
    height:0px;
    overflow:display;
    width:100%;
}
#background {
    background: url("../images/bg_layer.jpg") no-repeat scroll center top transparent;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    width: 1600px;
    z-index: -1;
}

#body_frame {
    height: 1680px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    width: 674px;
}

#psn_header_with_cards {
    background: url("../images/psn_header_with_cards.png") no-repeat scroll center top transparent;
    height: 282px;
    width: 100%;

}

#psn_steps {
	background: url("../images/psn_steps.png") no-repeat scroll center top transparent;
	width: 100%;
	height: 50px;
	padding-bottom:10px;
}

h2 {
	color:#F5940B;
}

#left_box {
	background-color: rgba(0,0,0,.2);
	-moz-border-radius:10px;  /* for Firefox */
	-webkit-border-radius:10px; /* for Webkit-Browsers */
	border-radius:10px;
	width:298px;
	height:437px;
	float:left;
	font-size:0.7em;
	font-weight: bold;
}



#right_box {
	background-color: rgba(0,0,0,.2);
	-moz-border-radius:10px;  /* for Firefox */
	-webkit-border-radius:10px; /* for Webkit-Browsers */
	border-radius:10px;
	width:341px;
	height:485px;
	float:right;
	font-size:1em;

}

#signup_form {
    font-weight: bold;
    position: relative;
    width: 243px;
    z-index: 10;
    color:white;
    margin-left:auto;
    margin-right:auto;
}

#signup_form .tos_agreement {
    font-size: 12px;
    position: relative;
    top: -3px;
    font-weight: bold;
    color:white;
}

#sign_up_now {
	background: url("../images/sign_up_now.png") no-repeat scroll center top transparent;
	width:243px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
}

#signup-button {
	background: url("../images/signup-button.png") no-repeat scroll center top transparent;
	width:192px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;

}

#happy_members {
	color:#F5940B;
	float:left;
	font-size:1.05em;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;

}

#testimonial_box_thing {
	background-color: rgba(0,0,0,.2);
	-moz-border-radius:10px;  /* for Firefox */
	-webkit-border-radius:10px; /* for Webkit-Browsers */
	border-radius:10px;
	width:293px;
	height:219px;
	float:left;
	font-size:0.75em;
}
#testimonials_body_content_inner_wrapper {
    max-height: 185px;
    overflow-y:scroll;
}
#stuffy_bottom {
	background: url("../images/stuffy_bottom.png") no-repeat scroll center top transparent;
	width:256px;
	height:205px;
	float:right;
}

#footer {
    bottom: -335px;
    clear: both;
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 25px;
    position: relative;
    width: 350px;
}

#testimonials_body_content_inner_wrapper {
    
}
a {
    color:white;
}
a:visited {
    color:white;
}