html, body
{
	background: black;
	min-height: 768px;
	vertical-align: middle;
}

body#home
{
	min-height: 768px;
}

body#store
{
	min-height: 1320px;
}

#container
{
	position: absolute;
	bottom: 50%;
	width: 100%;
}

body#home #flashcontent
{
	position: relative;
	top: 384px;

	height: 768px;
	margin: auto;
	text-align: center;
	width: 888px;
}

body#store #flashcontent
{
	position: relative;
	top: 660px;

	height: 1320px;
	margin: auto;
	text-align: center;
	width: 1038px;
}

body
{
	color: #808285;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

h1
{
	color: #cccccc;
	font-size: 17px;
	letter-spacing: 0.5ex;
	margin-top: 25%;
	margin-bottom: 0.5ex;
	text-transform: uppercase;
}
h2
{
	font-size: 9px;
	letter-spacing: 0.5ex;
	margin-top: 1ex;
	margin-bottom: 5ex;
	text-transform: uppercase;
}
p
{
	font-size: 7px;
	text-transform: uppercase;
}

a:link, a:visited
{
	color: #808285;
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
	text-decoration: none;
}

body.mceContentBody
{
	background: white;
	color: black;
	font: 9px sans-serif;
	text-align: left;
}

body.mceContentBody a:link, body.mceContentBody a:visited, body.mceContentBody a:hover, body.mceContentBody a:active
{
	color: white !important;
	text-decoration: none !important;
}

body.mceContentBody p
{
	margin: 0;
}