/* BG: #CCCCCC YL: #F7EC14 PL: #B9529F BL: 00FFFF */
body {
  margin:         0px;
  padding:        0px;
  text-align:     center;
  font-family:    sans-serif;
  font-size:      0.9em;
  font-weight:    lighter;
  color:          #000000;
}
a {
  color:          #B9529F;
  text-decoration: none;
}
a:hover {
  color:          #CCCCCC;
  background:     #B9529F;
}
a#header_a, img {
  border:         0px;
}

h1 {
  font-weight:    bold;
  color:          #F7EC14;
  text-transform: lowercase;
}

h2 {
  font-weight:    bold;
  text-transform: lowercase;
}

span {
  background:     #CCCCCC;
  text-transform: lowercase;
}

#header {
  clear:          both;
  margin:         0px;
  padding:        10px 0px 10px 0px;
  position:       fixed;
  z-index:        0;
  left:           0px;
  top:            0px;
/*  background:     #0f0; */
  width:          100%;
}
#content {
  margin:         0px;
  padding:        110px 0px 100px 0px;
  z-index:        3;
  position:       absolute;
  left:           15%;
/*  background:     #f00; */
  width:          70%;
/*  height:         1000px; */
  text-align:     center;
  clear:          both;
}
#tweetEM {
  margin:         0px;
  padding:        110px 0px 1em 0px;
  z-index:        3;
  position:       absolute;
  left:           15%;
/*  background:     #f00; */
  width:          34%;
/*  height:         1000px; */
  text-align:     right;
}
#tweetTY {
  margin:         0px;
  padding:        110px 0px 1em 0px;
  position:       absolute;
  z-index:        3;
  left:           51%;
/*  background:     #fff; */
  width:          34%;
/*  height:         1000px; */
  text-align:     left;
}
#footer {
  text-align:     left;
  clear:          both;
  margin:         0px;
  padding:        0px;
  position:       fixed;
  z-index:        6;
  left:           0px;
  bottom:         0px;
/*  background:     #0ff; */
  width:          15%;
}


