/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}

#floater {
	float:left; 
	height:50%; 
	margin-bottom:-60px;
}

#content {
	clear:both;
	width:100%;
	min-width:910px;
	height:60px;
	margin:auto auto;
	position:relative;
	text-align:center;
	background-image:url(../_images/timothyzhu_gg.png);
	background-repeat: no-repeat;
	border-top: 1px solid #646464;
	border-bottom:  1px solid #646464;
	background-position: center center;
}

#floater2 {
	float:left; 
	height:25%; 
	margin-bottom:30px;
}

#footer {
	clear:both;
	text-align:center;
	width:100%;
	min-width:910px;
	font-style:italic;
	font-family:Times, "Times New Roman", serif;
	color: #999;
}