@charset "utf-8";
/* CSS Document */
body {
	background-color: #999;
	text-align: center;
}

#main {
	position: relative;
	width: 660px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 10px solid #000000;
}

#content {
	position: relative;
	text-align: left;
	width: 85%;
	top: -25px;
	margin: 0 auto;
}

#logo1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#poll_headline {
	font-size: 26px;
	text-decoration: none;
	text-align: center;
}

#offer {
	width: 100%;
	text-align: center;
	margin-top: 0.5em;
	font-size: 22px;
	font-weight: bold;
	padding: 3px;
	border: 1px dotted #AAAAAA;
	background-color: #EEEEEE;
}

#offer A:link {
	color: #ed1111;
}

#offer A:visited {
	color: #ed1111;
}

#offerhowto {
	font-size: 14px;
	color: #000;
}

.poll_item {
	font-size: 22px;	
}

.poll_item A:link {
	text-decoration: none;
	color: blue;
}

.poll_item A:visited {
	text-decoration: none;
	color: blue;
}

.poll_item A:active {
	text-decoration: none;
	color: black;
}


.poll_stat {
	font-size: 12px;
	font-weight: bold;
	color: #ed1111;
}

.link {
	color: #000000;
	text-decoration: none;
}
