html {
	margin: 0px 0px 0px 0px;
	background-color: #262626;
}

body {
	background: #0e0e0e url(../cssImages/page_background.jpg) repeat-x;
	margin: -1px 0px 0px 0px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
}

h2 {
}

h3 {
}

p {
	
}

.legalInfoContainer {
	font-size: 9px;
	float: left;
	width: 750px;
	position: fixed;
	z-index: 1000;
	bottom: 8px;
	padding-left: 600px;
	text-decoration: underline;
	color: gray;
}

.legalInfoItem {
	cursor: pointer;
	cursor: hand;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.legalInfoItem:hover {
	color: silver;
}

.pageBottomContainer {
	background-image: url(../cssImages/site_bottom_bkg.png);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 49px;
}

.pageBottom {
	background-image: url(../cssImages/site_bottom.png);
	width: 815px;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
}
