Okay.. Kan du vise mig hvor det præcist er jeg skal sætte det ind ?
html, body {height: 100%;}
body
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/da_DK/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
{
font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #686a6f;
}
h1, h2, h3 {
font:12px 'PT Sans Narrow', sans-serif;
color:#4e5157;
text-transform:uppercase;
}
h1 {font-size:30px;}
h2 {font-size:22px;}
h3 {font-size:18px;}
hr{
background:url(images/divider-grid.gif);
border:1px solid #fff;
width:100%;
height:100%;
margin:20px 0px;
}
a{color:#4e5157; text-decoration:none;}
a:hover{color:#5d8fb9; outline: 0; cursor:pointer;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
input, textarea{
background-color:#adadad;
padding:5px;
border:1px solid #c9c9c9;
display:block;
color: #a1a2a4;
font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, .1);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, .1);
box-shadow: inset 1px 1px 1px 1px rgba(1, 1, 1, .1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input:focus, textarea:focus{
color: #686a6f;
}
.shadow{
-webkit-box-shadow: 1px 1px 1px 1px rgba(5, 5, 5, .1);
-moz-box-shadow: 1px 1px 1px 1px rgba(5, 5, 5, .1);
box-shadow: 1px 1px 1px 1px rgba(5, 5, 5, .1);
}
#wrapper{
margin:20px auto;
width:1000px;
position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* Background
/*-----------------------------------------------------------------------------------*/
#bg {position: fixed; top: 0; left: 0; width:100%; height 100%; display:none;}
.bgwidth {width: 100%;}
.bgheight {height: 100%;}
.grid{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(
http://westcoastadventure.dk/wp-content/uploads/2013/03/DSC03583-Medium.jpg);
z-index: 8;
}