@charset "UTF-8";
#container {
	margin: 0;
	padding: 0;
	display:block;
	width: 100%;
	overflow: hidden;
}
#contFrame {
	z-index: 200;
	border: none;
	display: block;
	position: absolute;
	background: none;
	width: 800px;
	min-height: 500px;
	max-height: 900px;
	padding: 0;
	margin: 0;
	left: 41px;
	top: 23%;
}	
body {	
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: fixed;
	z-index: 300;
	bottom: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
#social {
	display:block;
	position:fixed;
	top:30px;
	right:10px;
	width:150px;
	float:right;
	z-index:5;
	visibility:visible;
}
#social img {
	visibility:visible;
	margin:5px;
	border:none;
	float:right;
	clear:both;
}