* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	background-color: #222926;
	color: #666;
	height: 100%;
	overflow: hidden;
}

.hcard {
	margin: 40px 0 0 50px;
}

h1 {
	font-size: 18px;
	color: #FFF;
}

h2 {
	color: #888;
	font-size: 14px;
}

p {
	font-size: 12px;
	margin: 10px 0 0 0;
}

p em {
	color: #999;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #DD2;
}

.installflash {
	border-top: 1px #262626 solid;
	margin-top: 20px;
	padding-top: 20px;
	width: 400px;
	font-size: 14px;
}

.flashcontent {
	height: 100%;
	background-color: #222926;
	width: 100%;
	min-width: 1010px;
	min-height: 700px;
	overflow: scroll;
}