﻿@charset "utf-8";

html,
body {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	background  :#FFFFFF;
}

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	line-height	:0;
	margin-left :-176px;
	margin-top  :-70px;
}
#flashcontent * {
	line-height	:150%;
}
