
body {
   margin: 0px;
   background: #ffffff url(./images/wtf.jpg) no-repeat;
   font-family: "arial";
   font-size: 10px;
   color:  #6e6e6e;
}


#wrapper {
   width: 100%;
}


.beardtitle {
   width: 435px;
   height: 377px;
   background: transparent url(./images/beard_title.jpg) no-repeat;
   margin-left: auto;
   margin-right: auto;   
}

.beardpost {
   position: absolute;
   width: 70px;
   height: 76px;
   background: transparent url(./images/post.jpg) no-repeat;
   text-align: center;
}

.beardthumb{
   padding: 4px;
}

h1 {
   font-family: 'system';
   font-size: 50px;
}

.nav {
   font-family: 'system';
}

.nav a:hover{
   font-size: 25px;
   text-decoration: blink;
}
