﻿#Flyer {
	font-family: Arial,sans-serif;
	background: #FFF;
	background-image: url("ChangeWillHappenBackground.jpg");
	background-repeat: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #666;
	position: absolute;
	z-index: 100000;
	width:205px;
	height:336px;
}

.CloseFlyer {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

#Flyer a img {
	border: none;
	text-decoration: none;
}
