/* Coded for Erazma.pl 
All rights reserved! 
---------------------*/

body {
  margin: 0 auto 0 auto;
  text-align: center; /* IE hack */
  background: #000;
}

#general {
  width: 600px;
  height: 400px;
  background: transparent;
  margin: 0 auto 0 auto;
  text-align: center; /* IE hack */
}

#logo {
  margin-top: 20px;
  margin-left: 50px;
  width: 500px;
  height: 175px;
  background: transparent;
  text-align: center;
}

#logo a, img {
  border: none;
  text-decoration: none;
}

.pp {
  width: 500px;
  height: 25px;
  margin: 0 auto 0 auto;
  text-align: center;
  padding-top: 25px;
}

#content {
  margin-top: 30px;
  padding-top: 30px;
  width: 600px;
  height: 140px;
  background: #1A1A1A;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  border: solid 1px #fff;
}

#links {
  margin-top: 5px;
  width: 600px;
  height: 20px;
  background: transparent;
}

#links a, a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  color: red;
  font-size: 13px;
}

.login {
  height: 30px;
  width: 200px;
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
  margin-left: 3px;
}

.tt {
  font-size: 15px;
}

