body, html{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background:#666666;
}
#panel {
	position:absolute;
	width: 280px;
	height: 100%;
	top:0;
	left: 100px;
	background:#999999;
	color:#666666;
	font-family:"Eurostile ExtendedTwo", "Eurostile Extended", Eurostile, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	padding: 0 20px 0 20px;
	line-height: 1.3em;
}
#panel img { margin: 40px 0 30px 0; }
h2 {
	font-size: 1.3em;
	font-weight:bold;
}
h3 {
	font-size: 0.7em;
	font-weight:normal;
}
a, a:link, a:visited {
	color: #444444;
}
a:active, a:hover {
	color: #222222;
}
#getFlash { font-size:1.2em; }
