html {
	height: 100%;
}

body {
	background-color: #242424;
	color: #fff;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

.page_column {
	width: 300px;
	float:  left;
	margin-right:  20px;
}
a {
	color: #ffb1bc;
	background-color: #66111e;
	padding:  2px;
	text-decoration: none;
}
a:hover {
	background-color: #892d3b;
}

.note {
	color: #656565;
}

#splash {
	margin: 150px auto;
	width: 406px;
	/*text-align: left;*/
}
#splash a {
	background-color: transparent;
	color: white;
}
#splash a:hover {
	background-color: transparent;
	color: #0cc;
}

#splash a.smalllink {
	color: #777;
}

#flashcontent {
	height: 100%;
}