body {
	font-family: Arial, sans-serif;
	height: 100%;
}
.clear_all {
	clear: both;
	text-height: 1px;
	width: 100%;
}
#container {
	background: url("/images/redesign/background.jpg");
	border: 1px solid black;
	left: 50%;
	height: 100%;
	margin-left: -500px;
	position: relative;
	width: 1000px;
	z-index: 0;
	float: left;
}
#footer {
	color: #ffffff;
	font-size: 12px;
	clear: both;
	width: 100%;
	float: left;
	left: 0px;
	top: 0px;
	height: 90px;
	position: relative;
}
#footer td
{
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	border: 0;
	/*left: 0px;
	position: absolute;
	top: 0px;*/
}
#footer #logo {
	background: url("/images/redesign/homepage/logo.png");
	height: 72px;
	left: 250px;
	position: absolute;
	top: 10px;
	width: 80px;
}
#footer p {
	color: white;
	font-size: 12px;
	font-weight: bold;
	left: 330px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 30px;
}
#header {
	position: relative;
	z-index: 1;
}

.social-button-pretext
{
	/*text-align: center;*/
	margin-right: 46px;
	font-weight: bold;
	/*text-decoration: blink;*/
	font-size: 13px;
}
