	/* Footer */
	div#footer_wrapper {
		clear: both;
		width: 100%;
		background: url('../img/backgrounds/footer_background.png') no-repeat top center;
		height: 150px;
		padding: 90px 0 0 0; /* top */
		
	}

		div#footer_wrapper div#footer {
			margin: 0 auto;
			width: 998px;
		}
		
			div#footer_wrapper div#footer_background {
				width: 978px;
				height: 150px;
				background: url('../img/backgrounds/footer_repeater.png') repeat-x 0 0px;
			}
		
			div#footer div#footer_icons {
				height: 80px;
			}
			
				div#footer_icons a.twitter {
					display: block;
					float: left;
					text-indent: -999em;
					background: url('../img/footer/twitter.png') no-repeat;
					margin: 1px 0 0 10px; /* top, left */
					height: 78px;
					width: 105px;
				}
				
				div#footer_icons a.mirc {
					display: block;
					float: left;
					text-indent: -999em;
					background: url('../img/footer/mirc.png') no-repeat;
					margin: 20px 0 0 10px; /* top, left */
					height: 57px;
					width: 57px;
				}
				
				div#footer_icons a.facebook {
					display: block;
					float: left;
					text-indent: -999em;
					background: url('../img/footer/facebook.png') no-repeat;
					margin: 30px 0 0 10px; /* top left */
					height: 45px;
					width: 106px;
				}
				
				div#footer_icons a.youtube {
					display: block;
					float: left;
					text-indent: -999em;
					background: url('../img/footer/youtube.png') no-repeat;
					margin: 15px 0 0 10px; /* top left */
					height: 60px;
					width: 60px;
				}
				
				div#footer_icons a.hamsterpaj {
					display: block;
					float: right;
					text-indent: -999em;
					background: url('../img/footer/hamsterpaj.png') no-repeat;
					margin: 25px 10px 0 0; /* top left */
					height: 43px;
					width: 113px;
				}

				div#footer_icons a.filmtipset {
					display: block;
					float: right;
					text-indent: -999em;
					background: url('../img/footer/filmtipset.png') no-repeat;
					margin: 30px 10px 0 0; /* top left */
					height: 45px;
					width: 190px;
				}

				div#footer_icons a.nyheter_24 {
					display: block;
					float: right;
					text-indent: -999em;
					background: url('../img/footer/nyheter_24.png') no-repeat;
					margin: 15px 10px 0 0; /* top left */
					height: 59px;
					width: 195px;
				}
				
			div#footer div#footer_content {
				clear: both;
			}
			
				div#footer_content ul {
					width: 568px;
					margin: 6px auto 0 auto;
				}

				div#footer_content ul li a {
					float: left;
					display: block;
					height: 39px;
					text-indent: -999em;
				}
				
					div#footer_content ul li a.f_dingblog {
						background: url('../img/footer/dingblog.png') no-repeat 0 0;
						width: 110px;
					}

					div#footer_content ul li a.f_user_agreement {
						background: url('../img/footer/user_agreement.png') no-repeat 0 0;
						width: 126px;
					}

					div#footer_content ul li a.f_about {
						background: url('../img/footer/about.png') no-repeat 0 0;
						width: 119px;
					}

					div#footer_content ul li a.f_contact {
						background: url('../img/footer/contact.png') no-repeat 0 0;
						width: 71px;
					}

					div#footer_content ul li a.f_advertise {
						background: url('../img/footer/advertise.png') no-repeat 0 0;
						width: 82px;
					}

					div#footer_content ul li a.f_faq {
						background: url('../img/footer/faq.png') no-repeat 0 0;
						width: 60px;
					}
					
						div#footer_content ul li a:hover {
							background-position: 0 -39px;
						}
				
	/* END Footer */
