body {
	width: 100%;
    height: 40em;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto; 
 	margin-bottom: auto; 
  	position:relative;
	font-size: 1em; 
  	font-family: verdana, arial, sans-serif;
  	white-space:normal;
} 

p, h1, h2 {
  	padding:0;
  	margin:0;
}

#maincontent {
  	width: 740px;
  	height: 620px;
  	margin-left: auto;
  	margin-right: auto; 
  	margin-top: 10px;
    padding:0;
  	background-image: url(twitter_bg.jpg);
	background-repeat: no-repeat;
  	background-position: 50% 0%;
  	position:relative;
  	right:0;
} 

#content {
  	width: 380px;
  	height: 100px;
  	margin-left: auto;
  	margin-right: auto; 
  	margin-top: 10px;
  	padding:0;
  	position:absolute;
  	top: 120px;
  	left:200px;
} 

#content p {
	text-decoration: none;	
	color: #FFF;	
	font-size: 1em;		
}

#content a {
	text-decoration: none;	
	color: #FF0080;		
}

#content a:hover {
	font-weight: bold;
}


#content_headline {
  	width: 380px;
  	height: 30px;
  	margin-left: auto;
  	margin-right: auto; 
  	margin-top: 10px;
  	padding:0;
  	position:absolute;
  	top: 10px;
  	left:10px;
  	font-size: 20px;
  	font-weight: bold;
  	color: #FF0080;
} 

#content_footer {
  	width: 720px;
  	height: 50px;
  	margin-left: auto;
  	margin-right: auto; 
  	margin-top: 10px;
  	padding:0;
  	position:absolute;
  	top: 550px;
  	left:10px;
  	font-size: 35px;
  	text-decoration: none;
  	font-weight: bold;
  	color: #666;
} 

#content_footer a {
	text-decoration: none;
	color: #999;
	margin-right: 45px;
}

#content_footer a:hover {
	text-decoration: none;
	color: #FF0080;
}

/** TWITTER**/
div#twitter {
	width: 20em;
	margin-bottom: 2em;
	color: #FFF;
	font-size: 14px;
	/*border: 1px solid #888;*/
}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 14px;
	color: #fff;
	background-color: #888;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("ajax-loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #FFF;
	font-size: 4px;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #FF0080;
	font-size: 14px;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}



