body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #00764A;
	text-decoration: none;
}

a.advertise {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: 0;
	padding: 0;
}

a.tell_friend {
	color: #FFFFFF;
	font-weight: bold;
}
a.tell_friend:hover {
	color: #CCFF00;
}
.win {
	font-size: 24px;
	font-weight: bold;
}

#preload {
	display: none;
}
#header {
	height: 65px;
}
#header .quote {
	margin: 5px 0 5px 15px;
	font-weight: bold;
	text-align: center;
}
#menu {
	height: 26px;
	padding-left: 5px;
	background-color: #00764A;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 5px 15px;
	color: #FFFFFF;
	float: left;
}
#menu ul li a:hover {
	background-color: #00A166;
	color: #FFFFFF;
}
#menu ul li .pressed {
	padding: 5px 15px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
}
#phototext {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#pixels {
	margin-top: 5px;
	text-align: center;
}
#center_hat {
	position: absolute;
	top: 281px;
	left: 50%;
	width: 401px;
	height: 301px;
	margin-left: -200px;
	background: url(img/hat.jpg) no-repeat;
	text-align: justify;
}
#center_hat #form {
	padding-top: 76px;
	background: url(img/form_bg.jpg) no-repeat;
}
#center_hat #form input {
	margin: 0;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#center_hat #form input.normal {
	padding: 0 3px;
	width: 162px;
}
#center_hat #form input.number {
	padding: 0 3px;
	width: 78px;
}
#center_hat #form .send {
	margin-top: 31px;
}
#center_hat #form .index {
	margin: 15px 0 0 65px;
}
#center_hat #form .about {
	margin: 18px 67px 0 0;
}
#center_hat #form .black {
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 22px;
}
#center_hat #form .red {
	color: #CC3300;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}
#center_hat #feedback {
	padding: 99px 0;
	background: url(img/feedback_bg.jpg) no-repeat;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#center_hat #feedback a {
	color: #CC3300;
}
#center_hat #feedback a:hover {
	text-decoration: underline;
}
#footer {
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: 1000px;
	background-color: #00764A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}