﻿html {height: 100%;}

body 
{	
	padding:0px; 		
	margin:0px;	
	height:100%;
}

form
{
	padding:0px; 		
	margin:0px;		
	}
	
.outerfullpagebackground
{	
	background-image:url('../gfx/bottombackground.jpg'); 
	background-repeat:repeat-y repeat-x;	
	height:100%;
	width:100%;	
	}

.innerfullpagebackground
{
	background-color:#434a3a;
	background-image:url('../gfx/rightbgslice.jpg'); 
	background-repeat:repeat-x;
	background-position:top left;	
	width:100%;
	height:670px;
}

.leftpagebackground
{
	width:50%;
	height:670px;
	position:absolute;
	margin-top:0px; 
	left:0px;
	top:0px;
	background-image:url('../gfx/leftbgslice.jpg'); 
	background-repeat:repeat-x;	
	}

/* .rightpagebackground
{
	width:100%;
	height:670px;
	margin-top:0px; 
	background-image:url('../gfx/rightbgslice.jpg'); 
	background-repeat:repeat-x;
	}
*/	
.flashbackground
{
	width:1076px;
	margin-left:auto;
	margin-right:auto;
	}
	
.flashleft
{
	width:8px;
	height:670px;
	position:relative;
	float:left;
	background-image:url('../gfx/LeftSide.jpg');
	}

.flashmiddle
{
	width:1060px;
	height:670px;
	position:relative;
	float:left;	
	}

.flashright
{
	width:8px;
	height:670px;
	position:relative;
	float:left;
	background-image:url('../gfx/RightSide.jpg');
}
