body {
	line-height:1.5;
	background-image: url(bg.png);
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#logo {
	width: 288px;
	margin-top: 15px;
	text-align: right;
	float: left;
	background-color: #FFF;
}

#intro {
	background-color: #FFF;
	width: 200px;
	text-align: left;
	margin-left: 85px;
}

#tweets {
	width: 250px;
	padding: 0px;
	text-align: left;
	float: right;
	margin-top: 55px;
}
#name {
	height: 300px;
	width: 250px;
}

h1 {
	margin-top: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
strong {
	font-weight: normal;
	color: #FF1FD0;
}
