/* 
    Author      : Patiss
    Created on  : 2011.20.12, 20:27:54
    Template    : StandBy


  ** 1. GENERAL SETTINGS [LINE 13] **
  ** 2. CONTENT [LINE 29] **   
    
*/    


/* 1. GENERAL SETTINGS */

body { 
  padding: 0px;
  margin: 0px;
  word-spacing: 3px;
  font-family: sans-serif;  
}

#rocket {
  background: url('../img/rocket.png');
  width: 256px;
  position: relative;
  height: 256px;
}

/* 2. CONTENT */

#content {
  margin: 10px auto;
  width: 700px;
  margin-top: -150px;
}

#content #container {
  border: 1px solid #fff;
  border-radius: 6px 6px 6px 6px;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  filter: alpha(opacity=70); 
  -webkit-border-radius: 6px 6px 6px 6px;
  opacity: 0.7;
  float: left;
  margin: 20px;
  width: 700px;
}

#content #container h1 {
  text-align: center;
  font-size: 60px;
  font-family: 'Carrois Gothic SC', sans-serif;
  color: #000;
}

#content #container p {
  color: #000;
  margin: 20px;
  text-align: center;
  font-size: 20px;
  font-family: 'Carrois Gothic SC', sans-serif;
}

#content #container input[type="text"] {
  margin: 20px;
  width: 91%;
  height: 40px;
  border: 1px solid #000;
  outline: none;
  line-height: 40px;  
  background: #000;
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Carrois Gothic SC', sans-serif;
  color: #fff;
  text-align: left;
  border-radius: 4px 4px 4px 4px;
}

#content #container input.placeholder {
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-family: 'Carrois Gothic SC', sans-serif;
  line-height: 40px;
}

#content #container #footer {
  float: left;
  width: 94%;
  margin: 20px;
}

#content #container #footer a {
  text-align: left;
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

#content #container #footer a:hover {
  text-align: left;
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 20px;
  color: #040404;
  text-decoration: none;
}

#content #container #footer a.copy {
  float: right;
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 20px;
  color: #040404;
  text-decoration: none;
}