
/* MAiN */
html {width:100%;}

body {
	cursor: default;
	color: #000000;
	background: #FFFFFF url("./img/bg.gif");
	font: normal normal normal 10px verdana, arial, helvetica, sans-serif;
	margin: 5px;
}
td,
div,
a:link,
a:visited,
a:active {
	color: #000000;
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #8F1224;
	text-decoration: none;
}
p {
	padding: 1px;
	margin: 0;
}

/* MAiN DiV */
div#header a {
	display: block;
	width: 500px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	background: #FDFFE2;
	border: 1px solid #8F1224;
	padding: 20px 0 20px;
}
div#content {
	width: 500px;
	margin: auto;
	text-align: center;
	background: #FDFFE2;
	border: 1px solid #8F1224;
}
div#footer a {
	display: block;
	width: 500px;
	text-align: center;
	background: #FDFFE2;
	border: 1px solid #8F1224;
	padding: 2px 0 2px;
}
div.input {
	width: 500px;
	background: #FDFFE2;
	text-align: left;
	border: 1px solid #8F1224;
}

/* COUNTER / VOTE */
div.gfxa {
	float: left;
	height: 8px;
	background: #C68100;
	font-size: 6px;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
div.gfxb {
	float: left;
	height: 8px;
	background: #FFFFFF;
	font-size: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

/* MiSC */
.small {
	font-size: smaller;
}
.center {
	text-align: center;
}
.whitebg {
	background: #FFFFFF;
}
.percent {
	background: #FFFFFF;
	border: 1px solid #8F1224;
}

