bimg {
  -webkit-transform: scale(.5, .5);
  -webkit-transform-origin: top left;
}

h1 {
    color:blue;
    font-family:verdana;
    font-size:300%;
}
p  {
    color:red;
    font-family:courier;
    font-size:160%;
}

a {
color: white;

}

a.c {
    color:red;
    font-family:courier;
    font-size:160%;
}

.mm { color:red; 
background-color: yellow;}

 #dimp { color: red; }

#fuck{ float:right; z-index:9; display:block;border-style: dotted solid; border-width:1px;border-color:#0000FF; background-image:url("/fist/burger2.jpg");background-attachment:fixed;}
banner {
position:relative;

}
img.header{
display: block;
//text-align: center;
margin-left:auto;
float:rleft;
z-index:2;
padding-left:250;

}
img.sitemap{
max-width:250px;
width:100%;
z-index:2;
text-align: center;
padding-bottom: 500px;
float:left;
position:absolute;

}
img.sitemap2{
max-width:250px;
width:100%;
z-index:2;
text-align: center;
padding-top: 100px;
float:left;
position:absolute;

}
trash {
position:absolute;
display:block;
}
.things{
z-index:1;
}
.words {
padding-left:250px;
display:inline-block;
z-index:1;
text-align:center;

position:relative;
float:center;
}

.clauses {
padding-left:250px;
display:inline-block;
text-align:center;

position:relative;
float:center;
}

p.links {
    position: fixed;
    top: 50%;
    right: 50%;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #555;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #555; 
  display: block; 
  color: #000;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #666; }
ul li:hover ul {
  display: block;
  opacity: 1;
 }
 
 #splash {
     z-index:-4;
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.5);
 
 }
 #splash img {
         float:left;
     width:500px;
     height:500px;
 }
