/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
}
	
img {
	border:none;
}	
	
a {
	outline:none;
}
	
#flashcontent {
	height: 100%;
	margin:0;
	padding:0;
	color:#fff;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
}
	
#htmlContent{
	position:absolute;
	bottom:0;
	left: 0;
	z-index:100;
	width:100%;
}

#wrapper {
	bottom: 0;
}

#site {
	background-image: url(../images/ximg.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:300px;
}

#voteribbon {
	top: 0;
	left: 0;
	z-index:100;
	position: absolute;
	height:216px;
	width:254px;
}
