@CHARSET "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  border:0;
}

html, body { height:100%; }

body {
	font-family: Lucida Grande,Helvetica,Arial,Verdana;
	color: #333333;
	font-size: 12px;
	line-height: 17px;
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-76px;
	float:left;
}

#container {
	width: 800px;
	height:153px;
	margin: 0 auto;
	position:relative;
	clear:left;
}

#container img { float: left; }
a, a:active, a:visited { color: #333333; }
a:hover { text-decoration: none; }

.footer { color: #999999; }
.footer a, .footer a:active, .footer a:visited { color: #999999; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
