* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../img/bg.png) center top repeat-x #000000;
	height: 100%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page-container {
	width: 1220px;
	margin: auto;
}

#header {
	padding-top: 20px;
	height: 200px;
	text-align: center;
}

#content {
	text-align: center;
}

#twitter {
}

#enter {
	margin-top: -100px;
	margin-bottom: 50px;
	text-align: center;
}

#links {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #5A646E;
	line-height: 18px;
	text-align: center;
}

#footer {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	width: 100%;
	color: #5A646E;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}


li{
	display: inline;
}

div#links a:link {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#links a:visited {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#links a:hover {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#links a:active {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#links a:focus {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#footer a:link {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#footer a:visited {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#footer a:hover {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#footer a:active {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

div#footer a:focus {
	color: #5A646E;
	background-color: transparent;
	text-decoration: none;
}

.twitted {
	width: 650px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../img/loader.gif) 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	font-size: 25px;
	line-height: 24px;
	text-align: center;
	text-shadow: 1px 2px 3px #000000;
	color: #5A646E;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #5A646E;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}