body {
    background: #000;
	text-align: center; 
	font-family: Arial, sans-serif;
	color:#333;
	margin:0;
	padding:0;
}

/* resolves firefox 3 problem when using SWFObject 2.1 */
object { outline:none; }

#wrapper {
    min-width: 924px;
    
}

#nav {
    width: 924px;

}

.btn_nav {
    width: 93px;
    float:left;
    
}

.btn_home {
    width: 240px;
    float:left;
    
}

#content-wrapper {
    width: 984px;
    margin:0px auto;

}

#content-border-top {
    height: 80px;
    background: url(../images/border_top.png) no-repeat top center;

}

#content {
    height: 700px;
    background-color: #ffffff;

}

#content-profile {
    height: 1390px;

}

/**
 * Footer
*/
#footer {
	color: #666666 !important;
	padding-top: 50px;
	font-size: 13px;
}

#footer a {
	color: #9be622 !important;
}

#footer p, #footer ul {
	padding-bottom: 10px;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
}

#footer ul li a {
	color: #437092;
	text-decoration: underline;
}

#footer ul li a:hover {
	text-decoration: none;
}

html>/**/body #footer ul li a.footerspacer {
	margin-right: 5px;
}

#footer ul li a.footerspacer {
	margin-right: 5px;
}