* {padding: 0; margin: 0; line-height:140%;}
html, body {height:100%;}

body {
	text-align:center; /* hor. centering for IE Win */ 
	background-color: white;
}

#foo { 
	margin-bottom: -75px; /* half of content height */
	width: 1px;           
	height: 45%;
	float: left;
}

#content {
	position: relative;
	text-align: center;
	height: 150px;
	width: 360px;
	margin: 0 auto;
	clear: left;
	/*background-color:#ff9;*/
	font-size: 1.2em;
	font-family: Georgia, Palantino, serif;
	color: #555;
}

p {line-height: 1.75em;}

a, a:hover {text-decoration: none;}

a {color: #222;	font-weight: normal;}

a:hover {color: #666;}

a.twitter {color: #0084B4;}

a:hover.twitter {color: #24a4d4;}

a.linkedin span {color: #006699;}

a:hover.linkedin span {color: #1a81b7;}

a.flickr {color: #0063DC;}

a.flickr span {color: #FF0084;}

a:hover.flickr {color: #478de3;}

a:hover.flickr span {color: #ff4da9;}

h1 {
	text-align: center;
	font-weight: normal;
	font-size: 3.5em;
	font-family: Palatino, Georgia, sans-serif; 
	color: #444;
	line-height: 125%;
	letter-spacing: 0px; 
	border-bottom: none;
}
