#container{
	width: 318px;
	text-align: left;
	margin: 0 auto;
	background: #000 url('../images/bg.jpg') top left repeat-x;
}

body{
	background: #000 url('../images/bg.jpg') top left repeat-x;
}


#box{
	width: 318px;
	min-height: 400px;
	border: none;
	margin-top: 0px;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	background: none;

}


p, .firstTweet span, #statustime a{
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 14px;
	padding: 5px 0px;
}

table p{
	font-size: 12px;
	padding: 0px;
	line-height: 12px;
}

h1{
	padding-top: 15px;
	font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;

}