* { 
	margin: 0; 
	padding: 0; 
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 20px;
}  

#footer {
	position: relative;
	margin-top: -20px;
	height: 20px;
	clear:both;
	font: 11px 'helvetica', sans-serif;
	color: #555;
	text-align: center;
}

#head {
	background: #c23636 url(images/logo.jpg) top center no-repeat;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#content {
  	font: 18px 'helvetica', sans-serif;
  	color: #555;
  	width: 392px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 40px;
  	padding-bottom: 40px;
}

a {	
	text-decoration:none;
	color:#555;
}

.logo {
	display: block;
	height: 59px;
	margin: 73px auto 0;
	width: 408px;
}


img { 
	display: inline;
	vertical-align: middle; 
	border: 0;
}

a:hover {
	color:#555;
	text-decoration: underline;
}

.tweet {
  	font: 18px 'helvetica', sans-serif;
  	color: #555;
  	width: 392px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 40px;
}
  
.tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff; 
}
    
.tweet .tweet_list li {
    overflow: auto;
    padding: .5em; 
}
     
.tweet .tweet_list li a {
    color: #C03132; 
}
    
.tweet .tweet_list .tweet_even {
    background-color: #C03132; 
}
    
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; 
}

.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
