body {
	background: url(images/bg.png);

}

#twitter {
	width: 500px; margin: 130px auto auto auto;
}

#twitter h1 a {
	display: block; 
	margin: 0 0 0px 64px;
	font: 22px Georgia, Times, Serif; 
	color: rgba(0,0,0,0.2);
	text-decoration: none;		
}

#twitter h1 a:hover { color: rgba(0,0,0,0.3); }

#twitter ul {
	list-style: none; padding: 0 0 0 64px;
	background: url(images/bird.png) 0 0 no-repeat;
	margin: 0 64px 0 0;
}

#twitter ul li {
	padding: 20px;
	background: url(images/black_bg.png);
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}

#twitter ul li a {
	font: italic 14px/30px Georgia, Times, Serif;
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#twitter ul li a:hover { 
	color: #a1a1a1; 
}

#twitter ul li span {
	font: 22px/30px Georiga, Times, Serif; 
	color: #fff;
}

#twitter ul li span a {
	font: 22px/30px Georgia, Times, Serif;
}

a:link, a:visited {
	outline: none;
	color: #32d1ab;
}

a:hover {
	color: #f4ba3c;
}


#content{
	width: 500px;
	margin: 30px auto auto auto;
	text-align: center;
	font: 14px Georgia, Times, Serif;
	color: #555;
}

#content a:link, #content a:visited{
	color: #32d1ab;
	text-decoration: none;

}

#content a:hover{
	color: #f4ba3c;
}

#top{
	top: 0;
	left: 0;
	height: 50px;
	background: url(images/top.png) repeat-x;
	position: fixed;
	width: 100%;

}

#bottom {
	background: url(images/bottom.png) repeat-x;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

a {
	outline: none;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border-bottom: 0px;

}
a.image img {
	border: none;
}

a img{
	border: none;
}