* {
	margin: 0 auto;
	padding: 0;
}

body {
	width: 768px;
	position: relative;
	background: url(../images/bg.jpg) repeat;
}

#alert {
	display: none;
}

#header {
	font: 18px "Georgia";
	font-style: italic;
	color: #bfbfbf;
	background: url(../images/logo.png) no-repeat;
	height: 136px;
	width: 769px;
	margin-top: 10px;
	position: absolute;
	z-index: 20;
}

#header p {
	position: relative;
	top: 20px;
	left: 150px;
	width: 390px;
}

#midsection {
	background: url(../images/midsection.png) repeat-x;
	width: 716px;
	height: 104px;
	position: relative;
	top: 105px;
}

#textbox {
	font: 24px "Arial";
	color: #000;
	position: absolute;
	left: 30px;
	top: 35px;
	z-index: 30;
	width: 390px;
	border: 3px solid #333333;
	background: #ddd;
	padding: 3px 5px;
	outline: 0;
}

#select {
	position: absolute;
	top: 45px;
	left: 465px;
	font: 16px "Arial";
}

#main-top {
	background: url(../images/main-top.png) no-repeat;
	width: 768px;
	height: 62px;
	position: relative;
	top: 70px;
}

#main {
	margin: 0 20px 20px 0;
	background: #fff;
	padding: 20px;
	width: 728px;
	background: url(../images/main-bg.png) repeat-y;
	position: relative;
	top: 70px;
}

#footad {
	text-align:center;
	clear: both;
	width: 728px;
}

.cell {
	position: relative;
	height: 86px;
}

.adcell {
	position: relative;
	height: 90px;
	margin: 0 0 30px 0;
	top: -5px;
}

img {
	position: relative;
	float: left;
	border: 0;
}

.username {
	font: 24px "Myriad Pro";
	letter-spacing: -1px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	left: 56px;
}

a {
	color: #319bbe;
	font-weight: bold;
	text-decoration: none;
}

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

.followers {
	color: #7a7a7a;
	font: 14px "Verdana";
	position: absolute;
	top: 28px;
	left: 56px;
}

.lastTweet {
	color: #595959;
	font: 11px "Verdana";
	width: 320px;
	position: absolute;
	left: 255px;
	top: 5px;
	
}

.lastUpdated {
	position: absolute;
	top: -10px;
	right: 1px;
	text-align: right;
	color: #172322;
	font: 48px "Georgia";
	font-style: italic;
	letter-spacing: -2px;
}

.daysAgo {
	font-size: 12px;
	letter-spacing: -1px;
}

.never {
	color: #f22;
	font-size:14px;
}

hr {
	width: 734px;
	background: url(../images/line.png) no-repeat;
	border: 0;
	height: 1px;
	position: relative; 
	top: -20px;
}

.pagination {
	border: 1px solid #bbb;
	color: #319bbe;
	font: 14px "Verdana";
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin: -5px 0 0 0;
}

#next {
	float: right;
}

#prev {
	float: left;
}

#splash {
	font: 26px "Georgia";
	font-style: italic;
	color: #172322;
	width: 728px;
	text-align: center;
	line-height: 1.5;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 768px;
	height: 65px;
	position: relative;
	top: 50px;
}

#footer a {
	font: 14px "Georgia";
	font-weight: bold;
	font-style: italic;
	color: #172322;
	text-decoration: none;
	margin: 0 60px 0 60px;
	position: relative;
	top: 37px;
	left: 45px;
}

#footer a:hover {
	text-decoration: underline;
}

#subfooter {
	position: relative;
	top: 60px;
	left: 163px;
	font: 12px "Verdana";
	color: #595959;
	line-height: 1.5;
}

.info {
	font:14px "Verdana";
	text-indent: 30px;
	margin-right: 20px;
	line-height: 1.5;
}

.q {
	font-weight: bold;
}

.a {	
	text-indent: 0;
	margin: 5px 20px 0 30px;
}
	