body{
	background-color: #eeeeee;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	color: #333;
	text-align: center;

}

/*Typography*/
h1{
	font-size: 2.9em;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	color: #333;

}

h2{

	text-align: center;
	font-size: 2em;
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #333;
}

strong{
	text-transform: uppercase;
	font-weight: normal;
}

#contact{
	font-size: 1.3em;
	letter-spacing: 0px;
	padding-top: 0px;
	line-height: 1.2em;
}

/*anchor styling*/
a{
	text-decoration: none;
	color: #de3700;
}
a:hover{
	color: #FF6633	;
}

/*Div positioning*/
.info{
	position: absolute;
	top: 26%;
	left: 23%;
	width: 755px;
	height: auto;
}

/*Twitter Styling*/

/*Twitter Typography*/
#twitter{
	font-size: 1.1em;
	letter-spacing: 0px;
	width: 415px;
	padding: 20px
	line-height: 1.6em;
	position: relative;
	left: 20%;

}

ul#twitter_update_list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
