* { margin: 0; padding: 0; }
.clear { clear: both; }
img, div { behavior: url(../pngfix/iepngfix.htc); }
body {
	font-family: Verdana;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #232323;
	color: #ffffff;
	padding: 0px;
}

#container {
	width: 800px;
	margin: 640px auto 0px auto;
/*
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
*/
}

#logo {
	margin: 0px auto 30px auto;
	width: 596px;
	height: 133px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row {
	line-height: 32px;
	font-size: 18px;
	clear: both;
}
.row p {
	padding: 50px 0px 0px 0px;
}
.row p.right {
	text-align: right;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border: none;
}
.orange { color: #ffb400; }
.pink { color: #ff00a2; }
.blue { color: #0084ff; }
.green { color: #a2ff00; }
