	body
	{
    	display:block;
	}
	#page_holder
	{
     	height:100%;
      	width:100%;
      	top:0px;
      	left:0px;
		background-color:white;
      	position:absolute;
    }
	#page_body
    {
     	width:1040px;
		height:640px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		background-color:white;
    }
    #page_header
    {
    	width:1040px;
		height:80px;
    }
    #page_content
    {
    	width:1040px;
		height:490px;
    }
    #page_footer
    {
    	width:1040px;
		height:60px;
    }
	#page_name
	{
		width:1040px;
		color:#888888;
		position:absolute;
		font-size:38px;
		font-family:"Segoe UI";
		margin-top:20px;
	}
	#first_line_holder
	{
		width:688px;
		height: 239px;
	}
	#second_line_holder
	{
		width:688px;
		margin-top: 12px;
		height: 239px;
	}
	#stats_icon
	{
		width:338px;
		height: 239px;
		float: left;
		background-color:#7FBA00;
	}
	#teams_icon
	{
		width:338px;
		height: 239px;
		margin-left: 12px;
		float: left;
		background-color:#F06421;
	}
	#icons_holder
	{
		position:relative;
		width:688px;
		height:490px;
		float:left;
	}
	#vertical_icon
	{
		width:338px;
		height: 490px;
		margin-left: 12px;
		float: left;
		background-color:#F24022;
	}
	#overview_icon
	{
		width:338px;
		height: 239px;
		float: left;
		background-color:#0070C0;
	}
	#players_icon
	{
		width:338px;
		height: 239px;
		margin-left: 12px;
		float: left;
		background-color:#A82D9E;
	}
	#link_color_statistics
	{
		color:#7FBA00;
	}
	#link_color_statistics:hover
	{
		color:#8BCC00;
	}
	#stats_icon:hover
	{
		background-color:#8BCC00;
	}
	#link_color_teams
	{
		color:#F06421;
	}
	#link_color_teams:hover
	{
		color:#FA7637;
	}
	#teams_icon:hover
	{
		background-color:#FA7637;
	}
	#link_color_overview
	{
		color:#0070C0;
	}
	#link_color_overview:hover
	{
		color:#1891ED;
	}
	#overview_icon:hover
	{
		background-color:#1891ED;
	}
	#link_color_players
	{
		color:#A82D9E;
	}
	#link_color_players:hover
	{
		color:#C74CBD;
	}
	#players_icon:hover
	{
		background-color:#C74CBD;
	}
	#link_color_news
	{
		color:#F24022;
	}
	#link_color_news:hover
	{
		color:#FC5E44;
	}
	#vertical_icon:hover
	{
		background-color:#FC5E44;
	}
	#stats_image
	{
		margin-left:130px;
	}
	#teams_image
	{
		margin-left: 150px;
		margin-top:20px;
	}
	#overview_image
	{
		margin-top:20px;
		margin-left: 130px;
	}
	#players_image
	{
		margin-top: 15px;
		margin-left: 190px;
	}
	#news_image
	{
		margin-top: 15px;
		margin-left: 120px;
	}
	.icon_text_holder
	{
		width:326px;
		height:38px;
		margin-top:12px;
		margin-left:10px;
		color: white;
		font-size:28px;
		font-family:"Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	}
	a:link 
	{
		text-decoration:none;
	}
	a:visited 
	{
		text-decoration:none;
	}
	a:hover 
	{
		text-decoration:none;
	}
	a:active 
	{
		text-decoration:none;
	}
	.eMailHolder
		{
			position: absolute;
			font-family: Segoe UI;
			font-weight: lighter;
			font-size: 16px;
			color:gray;
			margin-top: 30px;
			margin-left: 430px;
		}
