html, body
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	background: url(../assets/bg_stripe.jpg) repeat-x;
	background-color: #013467;
	height: 100%;
}

p
{
	/*display:none;*/
}

#container
{
	position: absolute; 
	left: 50%; 
	width: 971px;
	height: 632px;
	margin-left: -485px; 
}

.div_flashContainer
{
	position: absolute; 
	left: 50%; 
	width: 1260px;
	height: 632px;
	margin-left: -630px; 
	background: url(../assets/bg.jpg) no-repeat;
}
#navigationBottom
{
	bottom: -15px;
	margin-right: -450px;
	position: absolute;
	right: 50%;
	text-align: right;
	width: 487px;
}

#navigationBottom a
{
	color: #fff;
	font: 10px Arial;
	margin-left: 10px;
	text-decoration: none;
}