﻿html
{
	margin:0;
	padding:0;
	height:100%;
}

body 
{
	margin:0;
	padding:0;
	height:100%;
	letter-spacing:0.09em;
	background-image:url('/Common/Images/Backgrounds/bgcolor.gif');
	background-repeat:repeat-x;
}

.Inputs_Select
{
	border:1px solid #141414;
	height:20px;
}


.fullbodycontainer {
   min-height:100%;
   position:relative;
   width:100%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

