html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;	
}
* {
	margin: 0;
}
#Container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -20px;
}

/* STYLES HEADER */
#Header {
	width: 950px;
	height: 102px;
	margin: 0px 0px 0px 0px;
}

/* STYLES MENU */
#MenuHolder {
	width: 950px;
	height: 63px;
	background-image: url(../images/bg_menu.jpg);
	margin: 0px 0px 0px 0px;
}
#MainMenu {
	width: 579px;
	height:25px;
	position: relative;
	top: 23px;
	left: 180px;
}
/* STYLES CONTENT */
#ContentHolder {
	width: 950px;
	margin: 0px 0px 0px 1px;
	text-align: left;
}
#LeftColumn {
	float: left;
	display: block;
	width: 165px;
	margin: 15px 0px 0px 10px;
}
#Login {
	display: block;
	width: 165px;
	background: #111;
}
#Login div, #OnlineUsers div {
	display: block;
	width: 145px;
	margin: 10px 10px 10px 10px;
}
#OnlineUsers {
	display: block;
	width: 165px;
	margin: 30px 0px;
	background: #111;
}
#Content {
	float: left;
	display: block;
	width: 740px;
	margin: 15px 0px 15px 20px;
	background: #111;
}

/* STYLES FOOTER */

.push {
	width: 950px;
	height: 20px;
	margin-left: 0px;
}
#FooterHolder {
	width: 950px;
	height: 20px;
	margin: auto;
	position: relative;
}
#Footer {
	width: 950px;
	height: 15px;
	padding: 5px 0px 0px 0px;
	text-align: left;	
}
#pfc_logo {
	display: none;
}