/* 
    Peace.
*/

body
{
  background-color: #505050;
  font-family: Calibri, Helvetica, Verdana;
  src: url(/fonts/CALIBRI3.eot);
}

p
{
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.squawk
{
  float: left;
  position: relative;
  background: white;
  width: 60%;
  margin: 200px 10px 10px 10px;
  padding: 20px;
  border: 3px solid black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.squawktip
{
  float: right;
  position: relative;
  right: -34px;
}

.mindtrick
{
  font-size: 3em;
  font-weight: bold;
  line-height: .8em;
  text-align: center;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.trooper
{
  clear: both;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}