﻿@charset "utf-8";

#content {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :1000px;
	height      :600px;
	line-height	:0;
	margin-left :-500px;
	margin-top  :-300px;
	}

#content * {
	line-height	:150%;
	}

#content #flashcontent {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}

#footer {
	padding: 15px 20px;
}