body {
	background-color: white;
	color: black;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}



#top {
	height: auto;
	bottom: 100px;
}

#bottom {
	position: relative;
	height: 100px;
	width: 400px;
	top: 50px;
	bottom: 5px;
	text-align: center;
}

a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: white;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	background-color: #7d7d7d;
	color: white;
}

#header {
	padding: 5px;
	height: 160px;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: absolute;
}

#badge {
	padding-right: 10px;
	float: left;
}

#tag {
	font-size: larger;
	text-align: right;
	right: 10px;
	bottom: 0px;
	position: relative;
}

#main {
	padding: 10px;
	width: auto;
	top: 160px;
	position: absolute;
}