@charset "UTF-8";
/* CSS Document */

body {
background-color:#f1e1d2;
width:1000px;
margin:20px auto 0px auto;
}

#fons{
background-image:url(img/background/01_frank.jpg);
background-repeat:no-repeat;
width:988px;
height:531px;
}

#logo_text{
display:none;
float:left;
}

#menu {
width:470px;
float:right;
padding-right:50px;
}

#work {
margin-top:15px;
float:left;
}

#blog {
float:right;
}

#about {
clear:both;
float:right;
}

a{
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
text-decoration:none;
}

a.transOFF {
width:150px;
height:150px;
background:#000000;
opacity:0.5;
float:left;
position:relative;
top:-150px;

}

a.transON  {
width:150px;
height:150px;
opacity:0;
float:left;
position:relative;
top:-150px;
}


.imatge {
float:left;
width:150px;
height:150px;
margin-right:5px;
padding:0px;
}

.imatge img{
border:none;
}

.feat {
float:left;
margin-right:10px;
padding:0px;
}


/** HOME BOX **/

#box{
background-image:url(img/home_box/box.gif);
background-repeat:no-repeat;
width:961px;
height:272px;
margin:0px;
padding:0px;
position:relative;
bottom:100px;
}

#box_inside{
margin:55px 0px 0px 0px;
padding-right:50px;
float:right;
height:150px;
}

