/* Mall för tipsanalys.se */


body 	{
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	}


#spelplan	{
		position: absolute;
		width: 50px;
		height: 1000px;
		top: 60px;
		left: 0px;
		}
		

#spelplan2	{
		position: absolute;
		width: 550px;
		top: 65px;
		left: 0px;
		}
		
		
#info		{
		position: absolute;
		width: 220px;
		top: 30px;
		left: 750px;
		}
		
		
#historik	{
		position: absolute;
		width: 150px;
		top: 540px;
		left: 520px;
		}

#rubrik		{
		position: absolute;
		width: 150px;
		top: 15px;
		left: 120px;
		}		
		
#uppd		{
		position: absolute;
		width: 150px;
		top: 35px;
		left: 220px;
		}		


		
