﻿/*COMPANY MASTERPAGE - company.master */

#video_templatebody_wrapper
{
	width: 100%;
	background-color: #5a57a6; /*templates background colour*/
	float: none;
	height:100%;
}

#video_templatebody_container
{
	background-color:#FFFFFF;
	color: Black;
	border-top: solid 5px #5a57a6; /*templates top margin colour*/
	height:100%;
	overflow:hidden;
}
