@import url("/css/reset.css");

body,html {
	background-color: #d2e5f1;
	width: 100%;
	height: 100%;
}

#content {
	width: 960px;
	height: 655px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	margin-bottom: -327px;
	bottom: 50%;
}

#non-flash {
	color: #515151;
	font: 11px "Trebuchet MS", trebuchet, Helvetica, sans-serif;
	background-color: #fff;
	padding: 15px;
}

#get-flash {
	width: 300px;
	position: absolute;
	background-color: #e9e9e9;
	top: 12px;
	right: 12px;
	height: 550px;
	padding: 20px;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
	margin-bottom: 8px;
}

h3 {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 8px;
}

#non-flash p {
	width: 450px;
}

#get-flash p {
	width: 100%;
}

li {
	margin-left: 12px;
}

ul {
	margin-left: 12px;
	list-style-type: disc;
}

a {
	color: #bc8a27;
}