#modal { 
	background:#eee;
	border:1px solid #eee;
	background:#000;
	color:#fff;
}

.dbg {
	border:1px solid black
}

button {font-size:14px;}


ul {
	position:relative;
	list-style-type:none;
	overflow:hidden;
}

#tweetList li {
	overflow: hidden;
}

#tweetList li span {
	font-size:36px;
	line-height:29px;
	letter-spacing:-3px;
	
}

.inside {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color: #5c5c5c;
	
}

#container {
	height : 560px;
	overflow: hidden;
}

#header {
	background-color:#fff;
	position:relative;
	z-index:2
}

#banner {
	height: 147px;
	background: url(../img/header.png) center;
}

#banner h1 {
	text-align:center;
	font-size:74px;
	line-height:74px;
	padding:67px 0 0;
}


a {
	color:#333; /*ff0073;*/
}