﻿@charset "utf-8";

body {
	background: #000000;
	}
	
#content {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :800px;
	height      :600px;
	line-height	:0;
	margin-left :-400px;
	margin-top  :-300px;
	}

#content * {
	line-height	:150%;
	}

#content #flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :1000px;
	height      :600px;
	line-height	:0;
	margin-left :-500px;
	margin-top  :-300px;
	background	:#000000;
	}
#content #flashcontent img {
	border      :0;
	}
