html, body {
	margin: 0px;
	background-color: #000;
	padding: 0px;
	height: 100%;
	color: #fff;
	font: 13px/1.2 "Trebuchet MS", "verdana", sans-serif;
}

#body {
	background-color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
}

.shy {
	display: none;
}

#body h1 {
	display: none;
}

#body ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#body ul li {
  margin: 0px;
  padding: 0px;
  line-height: auto !important;
  line-height: 0px;
}

#body ul li a {
  line-height: 1.2em;
	height: 100px;
	width: 100px;
	display: block;
	outline: 0px;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	float: left;
}

#body ul li a span {
	display: none;
	color: #fff;
	margin-top: 25px;
	width: 100px;
}


#body ul li a:hover {
	border: 1px solid #000;
}

#body ul li a:hover span {
	display: block;
  top: 0px;
  left: 0px;
  position: relative;
	text-align: center;
	color: #fff;	
}

#blog_button {
	margin-left: 55px;
}

#blog_button span {
  margin-right: -290px !important;
  margin-left: none !important;
	margin-right: none;
  margin-left: 290px;

}

#site_button span {
  margin-right: -445px !important;
  margin-left: none !important;
	margin-right: none;
  margin-left: 445px;
}

#shim {
	visibility: hidden;
    width: 100%;
    height: 50%;                
    margin-top: -100px;
    float: left;
}

#switch {
	background: #000 url(graphics/bg.jpg) no-repeat center center;
	width: 640px;
	height: 140px;
	padding-top: 25px;
	clear: both;
	position: relative;
	top: -100px;
	position: static;
	margin: auto !important;
}
