title.pagetitle
{
	Fotballidioten.no
}



#logo
{
    background: url('../images/shark2__.jpg');
    width: 180px;
    height: 135px;
    position: relative;
       
}

 h9 {
 display: block;
 width: 250px;
 height: 246px;
 text-indent: -9999px;
 background: transparent url('../images/shark2.jpg) no-repeat 0 0;
 }
 
 .container { 
	background-color: white;
	background-image:url('../images/backgrounds/container1.png');
}

 .mobcontainer { 
		background-color: #CCCCCC;
}

body
{
	background-image:url('../images/backgrounds/background1.jpg');
	background-color: #4B7E07;

}
 #header { 
	background-color: white;
	background-image:;
}

/* COLORS */

.container a:link { text-decoration: underline; color: #336600; }
.container a:visited { text-decoration: underline; color: #336600; }
.container a:hover { text-decoration: underline; color: #c33; }
.container a:active, .container a:focus { text-decoration: underline; color: #000; }
.container code, .container pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */
