@charset "utf-8";
/* CSS Document */
/* Strech Background Workaround
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* pushes the page to the full capacity of the viewing area */
html{
	height:100%;
}
body{
	height:100%;
	margin:0 auto;
	padding:0;
	text-align: center;}
/* prepares the background image to full capacity of the viewing area */
#bg{
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;}
/* places the content ontop of the background image */
#content{
	position:relative;
	z-index:1;
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer-wrapper{
	width: 100%;
	height: 150px;
	margin:0px;
}
#footer-content{
	width: 900px;
	margin: 0px;
}
#footer-left{
	float: left;
	margin: 0px;
	padding: 21px 0px 0px 21px;
}
#footer-right{
	float:right;
	padding: 120px 21px 0px 0px;
	margin: 0px;
}
.footer-links{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.footer-links A:link {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

.footer-links A:visited {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

.footer-links A:hover {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
}
.copyright{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 63px 0px 0px 0px;
}