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

div#container{ width:800px;
margin:0 auto;
padding:0;
text-align:left;
}
div#main { position:relative;
z-index:2;
width:100%;
height:400px;
top:20px;
}
div#main p { position:absolute;
left:600px;
top: 100px;
width:150px;
height:149px;
padding: 0;
margin: 0;
background : url(media/images/under_construction_sign.gif) no-repeat;
text-indent: -9999px;
}
div#main h1 { position:absolute;
top:110px;
left:120px;
width:350px;
height:116px;
padding: 0;
margin: 0;
background : url(media/images/construction-text.gif) no-repeat;
text-indent: -9999px;
}
div#digger { position:fixed;
z-index:1;
bottom:0px;
left:0;
padding:0px;
margin:0px;
width:460px;
height:276px;
background:url(media/images/digger.jpg) no-repeat;
text-indent: -9999px;
}