@charset "UTF-8";
/* CSS Document */
body{
margin:0 auto;
padding:0;
padding-left:25px;
background-color:#000000;
}
a{
outline:none;
}
/*#page{
margin:0;
padding:0;
background-image:url(img/bg.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#000000;
}*/

div#page{
width:900px;
margin:0 auto;
padding:0;
background-image:url(img/bg.jpg);
background-repeat:no-repeat;
background-color:#000000;
height:600px;
}

div#vimeo{
padding:0;
margin:0;
position:relative;
top:242px;
left:0px;
height:272px;
width:475px;
background-color:#fff;
}

div#vimeo-inner{
position:absolute;
margin:5px;
}

ul#nav-main{
list-style:none;
position:relative;
top:275px;
width:599px;
height:41px;
margin:0;
paddin:0;
}


ul#nav-main a{
display:block;
text-indent:-9999px;
overflow:hidden;
height:41px;
}

li#blog{
position:absolute;
top:0px;
left:0px;
height:41px;
width:69px;
background:url(img/blog.jpg) no-repeat 0 0;
}

li#facebook{
position:absolute;
top:0px;
left:69px;
height:41px;
width:143px;
background:url(img/facebook.jpg) no-repeat 0 0;
}

li#mailinglist{
position:absolute;
top:0px;
left:212px;
height:41px;
width:160px;
background:url(img/mailinglist.jpg) no-repeat 0 0;
}

li#form{
position:absolute;
top:8px;
left:395px;
height:41px;
width:500px;
}

li#blog a:hover{background:url(img/blog2.jpg) no-repeat 0 0;}
li#facebook a:hover{background:url(img/facebook2.jpg) no-repeat 0 0;}

button {
  
}

div#thanks{
background-image:url(img/thanks.jpg);
}

div#backbutton{
font-family:Arial, Helvetica, sans-serif;
color:FFC600;
size:18px;
position:relative;
left:45px;
}
div#backbutton a{
text-decoration:none;
color:FFC600;
}

div#backbutton a:active{
text-decoration:none;
color:FFC600;
}

div#backbutton a:hover{
text-decoration:none;
color:FFFFFF;
}




