@import "navbar.css";
html {
 min-height: 600px;
 background: #fff;
 background-image:url("../graphics/sea.png");
}

body {
 background: transparent;
 background-image:url("../graphics/grass.png");
 background-repeat: repeat-x;
 background-position: top;
 margin:0;
 padding:0;
 min-height: inherit;
 /* width: 80%;*/
 margin-left: auto;
 margin-right: auto;
}

img{
 display: block;
 float: left;
 border: none;
 margin-right: 1ex;
 margin-bottom: 1ex;
 margin-top: 0.5ex;
}
 
a{
 color: #31ac30;
 text-decoration:none;
}

a:hover{
 text-decoration: underline;
}

a.navbar_left_active{
 color: #fff;
 background: #31ac30;
}

#littlegirl {
 float: none;
 margin-left: 8em;
 margin-bottom: -12px !important;
 margin-bottom: 0;
}

#littleboy, #littlecow {
 margin-top: 70px; 
}

#top h1{
 width: 233px;
 height: 80px;
 font-size: 40pt;
 font-family: Arial, Helvetica, Sans-serif;
 float:left;
 text-indent: -200em;
 color: #000;
 margin: 0;
 background-image:url("../graphics/mart-3d.png");
 background-repeat: no-repeat;
 
}


#top h2{
 display: block;
 margin: 0;
 margin-left: 17em;
 text-indent:-100em;
 height: 87px;
 background-image:url("../graphics/taleOfALittlePixel.png");
 background-repeat: no-repeat;

}

#top h2{
 padding-top:-10em;
 height: 87px;
 background-image:url("../graphics/taleOfALittlePixel.png");
 background-repeat: no-repeat;
}

#technorati{
 font-size: 10pt;
}

#technorati, #te_lo{
 text-align: left;
}

#te_lo img, #te_lo a{
 display: inline;
 float:none;
}

.hidden, .hide{
 display: none; 
}
