﻿@charset "utf-8";
/* CSS Document */

body{
	/*background-color: #8E8070;*/
	background-color: #d8d4ce;
	text-align: center;
	margin: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5B5600;
}

#flashcontent{
	width: 990px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -285px;
	margin-left: -495px;
	border: 1px solid #908374;
}
