@import url(reset.css);

a {
	border-bottom: 1px dashed #FC0;
}

a:hover {
	border-bottom-style: solid;
}

body {
	font-family: "Lucida Sans Unicode",Verdana,Arial,Sans-Serif;
	font-size: 85%;
	line-height: 1.3em;
}

.content {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 30%;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
}

#powered-by {
	text-align: center;
	clear: both;
	width: 50%;
	margin: 20px auto;
	border-top: 1px dashed #F90;
}

#powered-by a {
	border: none;
}

#powered-by img {
	vertical-align: middle;
}

#wrapper {
	width: 80%;
	margin: 15px auto;
	overflow: hidden;
}