﻿/*======================================================================*//**
 * Base
 */

html {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	}

body {
	height      :100%;
	margin      :0;
	padding     :0;
	background  :#000000;
	font-family: Georgia;
	}
	

/*======================================================================*//**
 * Flash Wrapper
 */

#flashcontent 
{
	position    :absolute;
	width       :100%;
	height      :100%;
	line-height	:0;
}