/* CSS Document */

body {
	margin: 0;
	text-align:center;
	font: "Georgia", Times New Roman, Times, Serif;
	color:#FFFFFF
	}
#backdrop {
	width:810px;
	height:800px;
	}
#content{
	position:relative;
	width:810px;
	height: 465px;
	margin-top:-470px;
	margin-left:auto;
	margin-right:auto;
	}
	
#text {
	position: relative;
	width:600px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	font: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	line-height:1.5;
	text-align:left;
	
	}
#text h1 {
	font-size:16px;
	text-align:center;
}
#text h2 {
	font-size:14px;
	text-align:center;
}
#footer {
	position: relative;

	text-align:left;
	font: "Arial", sans serif;
	font-size:11px;
	color:#333333;
	margin-top:-25px;
	margin-left:70px;
}
#container{
	font: 12px, "Georgia", serif;
	line-height:1.5;
}
#scontent{
	
	width:600px;
	}

#scrollerButtons img {
	border-style: none;
	margin-left: 10px;
}

#scrollerButtons {
	position: relative;
	color: #666666;
	font-weight: bold;
	font: 12px, "Georgia", serif;
	line-height:1.5;
	text-align: right;
	margin-right: 30px;
	margin-top: 40px;
}