
/*

** HTML elements

*/




body {

	background-image: url('web/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	color: #6f4a07;
	font-family: Arial, Helvetica, verdana, sans-serif; 
	font-size: 11;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	float: center;
	outline: none;
	height: 400px;


}



#linkit {

	height: 28px;
	width: 295px;
	margin: 0 auto;
	float: center;
	text-align: center;
	padding-right: 50px;
	#width: 350px; /* <3 IE <3 */
	#padding-right: 0px; /* <3 IE <3 */

 
}


	#linkit ul{ 

		width:100%;

	}

	#linkit ul li{ 

	    display:block;
 	    float:left;
   	    list-style-type:none;

	}



	#linkit ul li a{ 

	    display:block;
	    height:28px; width:152px;
	    background:transparent url(web/linkit.png) no-repeat 0 0;
	    text-indent:-9009px;

	}

	#linkit ul li#myspace a{ 

	    width:86px;
	    background-position: 0px 0;

	}

	#linkit ul li#youtube a{ 

	    width:88px;
	    background-position: -86px 0;

	}
	#linkit ul li#facebook a{ 

	    width:91px;
	    background-position: -174px 0;

	}


	#linkit ul li#myspace a:hover{ 

	    width:86px;
	    background-position: 0px -28px;

	}

	#linkit ul li#youtube a:hover{ 

	    width:88px;
	    background-position: -86px -28px;

	}
	#linkit ul li#facebook a:hover{ 

	    width:91px;
	    background-position: -174px -28px;

	}

#teksti {

	display:block;
	width: 265px;
	margin: 390px auto 40px auto;
	text-align: left;

}

p {

	line-height: 1.5em;
	text-align: left;


}

a:active, a:focus{

 	outline-style: none;
	outline: 0;

}






