a {
	text-decoration: none;
}

body {
  background-color: #6977fe; 
}

body#freak {
  background-color: #f45c5c;
}

.sister_site {
	float: right;
}

#container {
  margin: 0 auto; }

.bubble_housing {
  margin: 0 auto;
  position: relative;
  width: 300px; }
  .bubble_housing .talkbubble {
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: 6px -6px 6px rgba(0,0,0,0.6);
    background-color: #ffffff;
    height: 300px;
    width: 600px;
    position: relative; }
    .bubble_housing .talkbubble textarea {
      font-size: 20px;
      color: #24160e;
      background: transparent;
      border: none;
      position: absolute;
      top: 13px;
      left: 13px;
      height: 270px;
      width: 570px; }
  .bubble_housing .talk {
    z-index: 100;
    margin: 0 50px;
    width: 188px;
    height: 82px;
    background-image: url(../images/talk_bubble.png); }
  .bubble_housing input.dontyell {
    text-indent: -9000px;
    background: transparent;
    border: none;
    margin: 60px 130px;
    width: 371px;
    height: 102px;
    background-image: url(../images/button.png); }
  .bubble_housing input:hover {
    background-image: url(../images/button_hover.png); }
  .bubble_housing input.pressed {
    background-image: url(../images/button_pressed.png); }
	.bubble_housing input.yellatme {
    text-indent: -9000px;
    background: transparent;
    border: none;
    margin: 60px 130px;
    width: 371px;
    height: 102px;
    background-image: url(../images/freak_button.png); }
  .bubble_housing input.yellatme:hover {
    background-image: url(../images/freak_button_hover.png); }
  .bubble_housing input.yellatme.pressed {
    background-image: url(../images/freak_button_pressed.png); }

.base {
  position: absolute;
  top: 230px; }
  .base .head {
    float: left;
    z-index: -2;
    height: 330px;
    width: 286px;
    background-repeat: no-repeat;
    background-image: url(../images/head.png);
    background-repeat: no-repeat; 
}
