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