body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: center;
}

#wrap {
	width: 850px;
	margin: 0 auto;
}
	
#wrap #fold-top {
	margin-top: 20px;
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;

}

#wrap #fold {
	background: transparent url('images/contentbg.png') repeat-y 0 0;


}

#wrap #header {
	margin-top: 25px;
	padding-bottom: 25px;
	font-size: 100%;
	text-align: center;
}

#wrap #header h1 {
	color: #190a1f;
}

#wrap #instructions {
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 200%;
	color: #757575;
}

#wrap #instructions strong {
	color: red;
	font-weight: bold;
}


#wrap #instructions #action {
	margin-top: 10px;
	color: #000;
	font-size: 65%;
}

#wrap .image {
	padding-top: 20px;
	clear: both;
	text-align: center;
}

#wrap #buttons {

	width: 500px;
	margin: 0 auto;
}

#wrap a.button {

	color: blue;
	display: block;
	padding-right: 32px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:175%;
	text-decoration: underline;
}


#wrap a.button:hover {
	color: #4F8FFF;
}

#wrap #left-button {
	float: left;
}

#wrap #right-button {
	float: right;
}
#wrap #poll_footer {
	margin: 20px 0 0 0;
	height: 52px;
	padding-bottom: 10px;
	text-align: center;
	background: transparent url(images/bottombg.png) no-repeat 0 0;
	}

#wrap .spacer {
	height: 500px;
}

#wrap #content-top {
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#wrap #rsscontent h2 {
	font-size: 100%;
	margin: 20px 0 10px 0;
}

#wrap #rsscontent {
	text-align: left;
	padding: 0 20px 0 35px;

}

#wrap #otherPolls {
	text-align: left;
	margin-top: 15px;
	padding: 0 0 0 35px;

}

#wrap #footer {

	margin: 20px 0 0 0;
	background: transparent url(images/bottombg.png) no-repeat 0 0;
	height: 52px;
}
