﻿* 
{
	margin: 0px;
	padding: 0px;
	border: none;
}
body 
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11pt;
	color: White;
	background-color: Black;
	height: 100%;
	width: 100%;
}
/* Used to fully scale the Flash Loader Movie */
#siteLoader
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* Default Modules, Sizes, Positions and Colors */
#matchCentre
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 700px;
	overflow: hidden;
}
#clientLogoHolder
{
	position: absolute;
	top: 18px;
	left: 8px;
	height: 70px;
	width: 400px;
}
#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 130px;
	overflow: hidden;
	background-image: url(../providers/clientSkin-provider.aspx?clientID=0&skinElementID=1);
	background-position: top left;
	background-repeat: no-repeat;
}
#content
{
	position: absolute;
	top: 89px;
	left: 0px;
	width: 1000px;
	height: 510px;
	overflow: hidden;
	background-color: black
}
#footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 60px;
	overflow: hidden;
	z-index:1000;
	background-image: url(../providers/clientSkin-provider.aspx?clientID=0&skinElementID=2);
	background-position: bottom left;
	background-repeat: no-repeat;
}
