#wrapper {
	margin: auto;
	padding: 0px;
}
#container {
	margin: auto;
	height: 640px;
	width: 960px;
	background-image: url(../skidmore.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#tweet_container {
	float: right;
	height: 400px;
	width: 400px;
	margin-right: 30px;
	margin-top: 5px;
}
#top-buffer {
	clear: both;
	height: 50px;
	width: 960px;
}



p {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 30px;
}

td { }

a:link {
	color: #006699;
	font-size: 30px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-weight: normal;
}

a:visited {
	color: #666666;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif;
}

a:hover {
	color: #333333;
}


a:active {
	color: #663366;
}
/** Style the tweets */
.twitters {
	padding: 5px;
	margin: 10px;
	height: 300px;
	width: 375px;
}

.twitters ul {
	list-style: none;
	padding: 0;
}

.twitters span.prefix {
	font-weight: normal;
}

.twitters span.time {
	font-style: normal;
	color: #c5c5c5;
	font-size: 18px;
}

.twitters span.status {
	font-style: normal;
}
body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, sans-serif;
	background-attachment: fixed;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	font-size: 36px;
}
