/*
Author PL EP
Copyright: Eirplay Ltd 2011
*/

/* ----------------------------------------------Body Wrappers Blocks-------------------------------------*/

body
{
	margin: 0;
	background-color: #FFFFFF;
}
#wrapperHeader
{
	margin-left: 0px;
	background-color: #679EC9;
	height: 80px;
}
#wrapperGap20
{
	margin-left: 0px;
	height: 25px;
}
#wrapperContent
{
	margin-left: 0px;
	background-color: #FFFFFF;
}
#contentContainer
{
	margin: 0 auto;
	width: 950px;
}
#contentBlock
{
	display:block;
	width:950px;
	margin:0;
	float: left;
}
#contentLeft
{
	width: 565px;
	float:left;
}
#contentRight
{
	width: 385px;
	float:right;
}
#wrapperFooter
{
	display:block;
	width:100%;
	margin:0;
	float: left;
}
#footer
{
	clear:both;
	text-align: center;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 25px;
	color: #999999;
	padding-right: 150px;
	padding-left: 150px;
}
#footerText
{
	width: 950px;	
}
#register
{
	width: 350px;
	height: 100px;
	text-align: left;
	margin-top: 100px;
}

