body {
	background-color: #ddd;
	color: #222;
	font-family: Helvetica; 
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color:#0084cc;
	text-decoration:none;
}

#header img {
	width: 320px;
	height: 94px;
}

#portfolio h1,
#about h3,
#twitter_div h3 {
	font-size: 20px;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #202020;
	background: #fff;
	margin-top: -1px;
}

#portfolio h1:first-child {
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;

}
#twitter_div h3 {
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#about img, #about p, #twitter_update_list {
	display: none;
}

#footer {
	padding: 10px 12px;
	background: #202020;
	color: #fff;
	margin-top: 10px;
	text-align: right;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	border-top: 1px solid #fff;
}

#footer #contact h6 {
	font-size: 20px;
	margin: 0;
}

#footer #contact p {
	margin: 0;
}
