body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #5f5f5f;
	width: 100%;
	height: 100%;
	margin: 0;
}

a {
	color: #3366ff;
}
a:visited {
	color: #3f3f3f;
}

h1 {
	display: none;
	color: #fff;
}

#logo {
	margin: 10% auto 50px auto;
	width: 500px;
	height: 200px;
	text-align: center;
}

#info {
	text-align: center;
	/*background: url("./../img/loading.gif") no-repeat bottom center;*/
	width: 500px;
	height: 50px;
	margin: 0 auto;
	font-size: 0.9em;
}
#info h2 {
	display: inline;
	font-size: 1.2em;
}

#old_results {
	margin-top: 20px;
	text-align: center;
}

#old_results h3 {
	font-size: 0.9em;
}

#old_results ul {
	width: 250px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	font-size: 0.8em;
}

#services {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 50%;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}

#programmer {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 50%;
	margin: 0;
	font-size: 0.8em;
	text-align: right;
}

#contact {
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: 400px;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#contact ul {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

.name {
	text-transform: uppercase;
}

#web-info {
	position: absolute;
	bottom: 1em;
	right: 1em;
	width: 300px;
	margin: 0;
	font-size: 0.8em;
	text-align: right;
}
