/* @override http://dev.knicknack.com/wme/mogwai/facebook/facebook.css */
/* @override http://www.mogwaispecialmoves.com/facebook/facebook.css */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(images/bg.jpg) no-repeat top left #fff;
	margin: 0;
	padding: 0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
ul {
	list-style-image: url(images/li-square.png);
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
a img {
	border: none;
}
a {
	color: #6dcbe1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#top-line{
	border-top: 4px solid #6dcbe1;
	position: absolute;
	top: 50px;
	left: 0;
	width: 40%;
}

#container {
	width: 960px;
	margin: 0 auto; 
	letter-spacing: 1px;
	font-size: 10px;
	color: #171717;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}

#right-column {
	width: 510px;
	float: left;
	margin-top: 50px;
}
#left-column {
	width: 450px;
	float: left;
	margin-top: 50px;

}
.footer {
	height: 50px;
	position: absolute;
	top: 800px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	clear: both;
	color: #dddddd;
	font-size: 9px;
	letter-spacing: 1px;
}
.footer-container {
	width: 940px;
	margin: 0 auto; 
	padding: 0 20px;
}
.footer-container .floatright a {
	color: #ddd;
}
.footer-container .floatleft a {
	color: #fff;
}
.footer-container div {
	margin-top: 19px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#logo {
	background: url(images/logo-left.png) repeat-x;
	margin-right: 10px;
}
#logo-left {
	float: left;
	height: 200px;
	background: url(images/logo-left.png) repeat-x;
}
#logo-right {
	float: right;
	width: 460px;
	height: 200px;
	background: url(images/logo-right.png) no-repeat;
}

#enter {
	display: block;
	width: 300px;
	height: 60px;
	background: transparent;
	position: absolute;
	left: 50%;
	margin-left: -345px;
	top: 680px;
}
#enter #enter-btn {
	display: block;
	width: 225px;
	height: 60px;
	background: url(images/enter-btn.png) no-repeat;
	background-position: top;
	position: absolute;
	right: 0;
	top: 0;
}
#enter #enter-btn:hover {
	background-position: bottom;
}

.color1 {
	color: #6dcbe1;
}

