body {
	background-color: #2e200f;
	font: 12px "Lucida Grande", geneva, verdana, sans-serif;
	font-weight: 700;
	text-align: center;
	min-width: 600px;
}

h1 {
font-family: "Lucida Grande, sans-serif";
font-size:xx-large;
font-weight: 800;
color: 09f;
text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover {
color: 09f;
text-decoration: none;
}

img {
text-align: center;
border: none;
}

.wrapper {
color: black;
margin: 0px;
top: 0px;
left: 0px;
}

#header{
position: relative;
}

#tag{
position: relative;
}

#nav{
position:absolute;
top: 40px;
left: 20px;
}

#bar{
position: absolute;
top: 18px;
left: 170px;
}

