body {
background:#369;
font-family: 'Trebuchet MS', Helvetica, sans-serif
}

#header {
	width: 100%;
	height: 100px;
	background: #2f2f2f;
	-webkit-box-shadow:2px 0 2px 2px rgba(0,0,0,0.5);
	box-shadow:2px 0 2px 2px rgba(0,0,0,0.5);
	}

div.wrapper {
	width: 50%;
	margin: 0 auto;
	}
	

h1 {
	font-size: 3em;
	line-height: 100px;
	color: #fff;
	letter-spacing: -0.07em;
	}
	
h2 {
	font-size: 2.3em;
	color: #fff;
	letter-spacing: -0.07em;
	padding: 10px 0px;
	}
	
h3 {
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 0.07em;
	padding: 10px 0px;
	}
	
h4 {
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.07em;
	padding: 10px 0px;
	}
	
#content {
	padding: 20px;
	}
	
.twitterTime {
	float: right;
	margin-top: 15px;
	text-transform: uppercase;
	}

#tweetfeed {
	width: 300px;
	height: 100px;
	}

	
a.twitter {
	height: 48px;
	margin-top: 10px;
	margin-right: 150px;
	display: block;
	width: 48px;
	background: url('../tnorm1.png') no-repeat;
	}
	
a.twitter:hover {
height: 48px;
display: block;
	width: 48px;
	background: url('../thover1.png') no-repeat;
	}

