﻿body, html
{
	height: 100%;
	overflow: hidden;
	
}

.backgr
{
	height: 100%;
}

body
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(/Design/_img/fp_theme_01_left.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #d9dadc;
}

#flashcontent
{
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}
