

* {
	margin:0;
	padding:0
}
html, body {
	height:100%;/* needed to base 100% height on something known*/
	text-align:center;
  color: #eee;
  font: 11px Arial, Helvetica, 'Trebuchet MS', 'Lucida Sans Unicode', Sans-Serif; 
  line-height: 18px;
  background-color: #222;
}



img {
border:none;
}

a {
outline: 0;
color: #58aacc;
text-decoration: none;
}


#logo_link {
	float: left;
}

#header{
  height: 100%;
  width: 90%;
  margin-left: 30px;
}
