* {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	background-repeat: no-repeat;
	height: 54px;
	background-position: top;
	clear: both;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 54px;
	width: 152px;
	float: left;
	line-height: 50px;
	background-image: url(../buttons/enter.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#navbar a:hover {
	background-image: url(../buttons/enter.png);
	background-position: bottom;
	font-weight: normal;
	text-decoration: none;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-famiy: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
img {
	margin-left: 0px;
	margin-right: 0px;
}

