/* CSS Document */

a {

}

a:hover {

}

body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background: #FC0 url(illustration.jpg) no-repeat top;
	font: 11px Tahoma, Verdana, sans-serif;
	text-align: center;
	/*height: 100%;*/
}

form {
	margin: 0;
	padding: 0;
}

#page {
	/*text-align: left;*/
	color: #FFF;
	width: 812px;
	position:absolute;
	top:50%;
	left:50%;
	width:812px;
	height:546px;
	margin-left:-406px;
	margin-top: -273px;
}

#top {
	background: url(frame-top.png);
	height: 112px;
}

#menu {
	float: left;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
}

#logo {
	float: right;
	padding-top: 16px;
	padding-right: 16px;
}

#center {
	background: url(frame-center.png) top;
	height: 366px;
}

#myframe {
	/*margin-left: 22px;*/
	border: 0;
	width: 768px;
	height: 366px;
}

#bottom {
	background: url(frame-bottom.png);
	height: 52px;
}

#counter {
	float: left;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 22px;
	text-align: left;
}

#counter .evidence {
	color: #FC0;
}

#utils {
	float: right;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
}

#footer {
	color: #000; /*#CCC;*/
}

#footer p {
	margin-top: 4px;
	line-height: 14px;
}

#footer a {
	color: #FC0; /*#C00;*/
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}
