body {
	background-color: #EEEDEF;
	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 {
border: none;
}

.wrapper {
color: black;
width: 1000px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}

#header{
position: relative;
}

#tag{
position: relative;
padding-top: 5px;
}

#nav{
position:relative;
width: 800px;
padding-top: 25px;
margin-left: auto;
margin-right: auto;

}
