html {
	min-height:100%;
*height:auto!important;
	height:100%;
	width:100%;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
}
body {
	min-height:100%;
*height:auto!important;
	height:100%;
	width:100%;
	color:#333;
	background-color:#C2C7CB;
*font-size:small;
*font:x-small;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.22;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	line-height: 18px;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EC1B24;
	text-decoration: none;
	line-height: 18px;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}


#background {
	height:100%;
	width:100%;
	overflow:hidden;
	background:transparent;
	position:relative;
	z-index:0;
}
#background img {
	visibility:visible;
}
#mouseScrollHack {
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	background-color:#C2C7CB;
	filter:alpha(opacity=0);
}
#allContent {
	height:100%;
	width:100%;
*overflow-x:hidden;
*overflow-y:scroll;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:-2px;
	left:-6px;
	text-align:center;
}
#contentContainer {
	width:600px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#mainContent {
	float:left;
	width:100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


#socialLinks img {
	border: none;
}

