body 
{
	position: relative; width: 1030px; margin: 20px auto; background-color: #000; font-family: sans-serif; font-size: 11px;
}

a
{
	color: #2FC2EF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#logo
{
	width: 1024px; height: 95px; margin-top: 32px; text-align: center;
}

#bot
{
	position: relative; height: 641px; overflow: none;
}

#link1
{
	position: absolute; top: 70px; left: 25px;
}

#link2
{
	position: absolute; top: 70px; left: 547px;
}

#copy
{
	position: absolute; top: 610px; right: 47px;
}

#twit1
{
	height: 390px;
	width: 412px;
	overflow: none;
	position: absolute;
	top: 200px;
	left: 55px;
	background-color: #FFF;
	background-image: url('images/twitterbg.png');
	background-repeat: no-repeat;
}

#twit2
{
	height: 390px;
	width: 412px;
	overflow: none;
	position: absolute;
	top: 200px;
	left: 565px;
	background-color: #FFF;
	background-image: url('images/twitterbg.png');
	background-repeat: no-repeat;
}


#tweets1
{
	height: 278px; width: 390px; overflow: auto; padding: 10px;
}

.onetweet
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}


#box
{
	position: relative; width: 1024px; border: 1px solid #666;
}

.tdate
{
	font-style: italic;
	color: #999;
	font-size: .9em;
}

.firsttweet
{
	font-size: 1.7em;
}