html, body {
	width: 100%;
	height: 100%;
    margin:0;
    padding:0;
    color:#555555;
	font-family: Perpetua, Times New Roman, serif;
	background: url(images/canvas.gif);
	font-size: 16px;
}

a:link {
	color:#555555;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#555555;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color:#555555;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

#twitter {
	background: #e9e0cc;
	width: 398px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

#twitter ul {
	margin:0px;
	padding:5px 2px 2px 2px;	
}
#twitter ul li {
	list-style:none;
	font-size:14px;
}
#twitter ul li a {
    color:#282828;
	position:relative;
	line-height:19px;
}

#twitter ul li a:hover {
    color:#404040;
	position:relative;
	line-height:19px;
}

#fineprint {
	font-size: 12px;
}
