@charset "utf-8";
/* CSS Document */

body, div, span a{
margin: 0;
padding: 0;
}

body{
background: white;
background-image:url(cuts/scribble.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 2% 0%;
}

#wrapper{
margin-top:120px;
margin-left:6%;
width:auto;
height:auto;
}

#mailto{
background-image:url(cuts/mail.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
width:47px;
height:46px;
margin-left:635px;
}

a{
background-image:url(cuts/mail.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
width:47px;
height:46px;
display:block;
}

a:hover{
background-image:url(cuts/mail-on.gif);
}


#headline{
background-image:url(cuts/headline.gif);
background-repeat:no-repeat;
width:610px;
height:50px;
float:left;
}

span{display:none;}


