
body{
	background:#F4F4F4;
}
#content{
	margin-top:10%;
	background:#FFFFFF;
	/*height:450px;*/
	width:750px;
	text-align:left;
	padding-left:50px;
	padding-bottom:10px;
	font-size:20px;
	color: #000000;
}
#top{
padding-top: 20px;
}
#twitterback{
/*background-image: url("speech.png");
height:50px;
width:400px;*/
}
#twitterstatus{
height:50px;
	font-size: 10px;
	width:400px;
	float: right;
	margin-top: -35px;
	margin-right: 150px;
}
#name{
	padding: 0 0 0 0px;
	width:170px;
}
#footer{
	margin-top: 20px;
	text-align:left;
	right: 10px;
	padding-left: 50px;
	/*background-color:#FFFFFF;*/
	width:750px;
}
img{
	margin-right: 100px;
	border: 0px;
}
a{
	text-decoration:none;
	color:#000000;
}
span.b {
	display:none;
	color: #E91010;
	}
p:hover span.b {
	display:inline;
	}
p:hover span.a {
	display:none;
}