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


#logo{
background-image: url(images/logo.gif);
width:58px;
height:42px;
position:absolute;
background-repeat: no-repeat;
text-indent: -9999px;
bottom: 85%;
left:60px;
}


h1{
background-image: url(images/info.png);
width:489px;
height:75px;
position:absolute;
background-repeat: no-repeat;
text-indent: -9999px;
bottom:100px;
left: 60px;
}

h1 a{
display: block;
width: 100%;
height: 100%;
}

#pattern{
background-image: url(images/pattern.jpg);
width:100%;
height: 65px;
position:absolute;
bottom:0px;
background-repeat: repeat-x;
text-indent: -9999px;
left:0;
}
