﻿#indexpagelayer
{
	position:relative;
	width: 1200px;
	top:5px;
	left:15px;
	z-index:1;
}

#newstitlelayer
{
	position: relative;
	left: 0;
	top: 0;
	width: 850px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}

#newslayer
{
	position: relative;
	left: 0;
	top: 5px;
	width: 850px;
	height: 450px;
}

#newscontentlayer
{
	position: absolute;
	left: 405px;
	top: 0;
	width: 445px;
	height: 450px;
}

#fixturetitlelayer
{
	position: absolute;
	left: 900px;
	top: 0;
	width: 300px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}

#fixturelayer
{
	position: absolute;
	left: 900px;
	top: 5px;
	width: 300px;
	height: 500px;
}

#tabletitlelayer
{
	position: absolute;
	left: 425px;
	top: 0;
	width: 400px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}

#tablelayer
{
	position: absolute;
	left: 425px;
	top: 0;
	width: 400px;
	height: 800px;
}

#tableu18titlelayer
{
	position: absolute;
	left: 850px;
	top: 0;
	width: 350px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}


#tableu18layer
{
	position: absolute;
	left: 850px;
	top: 0;
	width: 350px;
	height: 800px;
}

#indexresultstitlelayer
{
	position: relative;
	left: 0;
	top: 0;
	width: 400px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}

#indexresultslayer
{
	position: relative;
	left: 0;
	top: 3px;
	width: 400px;
	height: 800px;
}

