﻿@charset "utf-8";

* {
	padding		: 0;
	margin		: 0;
	background	: #000;
}
*:focus {
	outline		: none;
}
html, body {
	height		: 100%;
}
img {
	border		: 0;
}
h2 {
	color       : #f30;
	margin-top	: 120px;
}
a {
	color		: #069;
}
#flashcontent {
	width		: 750px;
	margin		: 0 auto;
	text-align	: center;
	line-height	: 200%;
	color       : #999;
}
#flashcontent .text {
	padding		: 0 10px;
	margin		: 25px auto 50px;
	border		: 2px solid #930;
	display		: inline-block;
	text-align	: left;
	color		: #fff;
}
#flashcontent .text .inline {
	*display	: inline;
}
