@charset "utf-8"

/*
 *  * Everything Dies - Main CSS
 *   * Copyright (c) 2008 Pedro Figueiredo
 *    * Neat tricks lifted from http://daringfireball.net/
 *     */
 
html {
  /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better via http://daringfireball.net */
  height:100%;
  margin-bottom: 1px;
}

body {
  font-size: 12px;
  background-color:#666;
  color:#000;
  font-family: Helvetica, "Bitstream Vera Sans", sans-serif;
  margin-top:0;
  padding:0;
  min-width:600px;
  line-height:1.5em;
  margin:20px;
}

a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration:none;
  color:#000;
}

#container {
  padding-top:1px;
  margin-right: auto;
  margin-left: auto;
  background-color:#000;
  height:100%;
  min-height:30em;
  width:780px;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
}

#header {
  padding-top:60px;
  height:70px;
  width:740px;
  margin:30px auto 20px;
  color:#000;
  vertical-align:middle;
  text-align:center;
  font-size:48px;
  background:#fff;
  /*background:#000 no-repeat center url(imgs/header.png);*/
  -moz-border-radius:0.25em;
  -webkit-border-radius:0.25em;
  border-radius:0.25em;
}

#header p {
  margin-top:auto;
  margin-bottom:auto;
  vertical-align:middle;
}

#boom {
  margin-right:5px;
  margin-left:20px;
}

#waste {
  margin-right:5px;
  margin-left:5px;
}

#blowjob {
  margin-left:5px;
  margin-right:20px;
}

#footer {
  font-size:10px;
  text-align:center;
  color:#fff;
  clear:both;
}

.album {
  text-align:center;
  background-color:white;
  float:left;
  width:230px;
  padding:5px;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
  border-radius:0.5em;
  min-height:20em;
}

.album h3 {
  margin-top:5px;;
}
.album img{
  margin:20px;
}


