@charset "UTF-8";
/* CSS Document */

ul#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
	float: left;
	margin-top: 0px;
}

#navbar li {
	float: left;
	width: 60px;
	height: 60px;
	border: 0px;
	margin: 520px 0 0 55px;
}

a:link {
	color: #C00;
	text-decoration: none;
}

a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F66;
	text-decoration: none;
}

a:active {
	color: #F66;
	text-decoration: none;
}

.home {
	background-image: url(../imgs/Pfrang-home-screen.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 580px;
	margin: auto;
}

wrapper {
	width: 800px;
	height: auto;
	margin: auto;
}

.foot {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.2px;
	text-align: center;
	line-height: 1.2em;
	color: #600;
	margin-top: 0.4em;
}
