﻿
body
{
  margin: 0;
  padding: 0.5em;
  background-color: #F9F9F9;
  font-size: 1em;
  font-family: Arial, Helvetica, Bitstream, 'Biststream Vera Sans', Verdana, Tahoma, sans-serif;
}

a img
{
  border: none;
}

#logo
{
  margin: 1em auto 1.5em auto;
  text-align: center;
  width: 500px;
}

#logo img
{
  width: 500px;
  height: 105px;
  color: #5A5A5A;
  line-height: 1em;
  font-size: 350%;
  font-variant: small-caps;
  font-family: 'Bitstream Vera Serif', 'Bitstream Vera', 'Times New Roman', serif;
}

#desc
{
  width: 500px;
  color: #5A5A5A;
  margin: 1em auto 1em auto;
}

#desc p
{
  margin: 0.8em 0;
  clear: left;
}

#desc .lang
{
  float: left;
  margin: 0 0.1em 0 0;
  font-weight: normal;
  font-size: 300%;
  font-family: 'Lucida Console', monospace;
}

#cont
{
  text-align: center;
  vertical-align: middle;
  /*max-width: 100%;*/
  width: 500px;
  margin: 0 auto;
  height: 480px;
  position: relative;
  /*background: #F9F9F9 url(epbg.jpg) center no-repeat;*/ /*epbg.png*/
}

.center
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

.center div
{
  position: relative;
  left: -100px;
  top: -103px;
  width: 200px;
  height: 200px;
}

.slogan
{
  font-style: italic;
}

.name
{
  font-weight: bold;
}

.name .lang
{
  width: 75%;
  margin: 0 auto;
  font-size: 75%;
  color: #000 !important;
  padding: 0.1em 0;
  font-weight: normal;
}

.name a,
.name a:link,
.name a:visited
{
  color: inherit;
  text-decoration: none;
}

.name a:hover,
.name a:active
{
  /*border-bottom: 1px solid;*/
  text-decoration: underline;
}

#bulbapedia
{
  position: absolute;
  top: 1%;
  right: 55%;
  width: 120px;
  height: 120px;
  background: url(bg-bulbapedia.png) no-repeat center center;
}

#bulbapedia .name
{
  color: #3E7614;
}

#bulbapedia .name .lang
{
  background-color: #9BB786;
}

#pokewiki
{
  position: absolute;
  top: 1%;
  left: 55%;
  width: 120px;
  height: 120px;
  background: url(bg-pokewiki.png) no-repeat center center;
}

#pokewiki .name
{
  color: #006ECC;
}

#pokewiki .name .lang
{
  background-color: #7CB3E2;
}

#pokemonwiki
{
  position: absolute;
  top: 30%;
  left: 1%;
  width: 120px;
  height: 120px;
  background: url(bg-pokemonwiki.png) no-repeat center center;
}

#pokemonwiki .name
{
  color: #000; /* #000678 #0000CC */
}

#pokemonwiki .name .lang
{
  background-color: #7C7CE2;
}

#wikinezka
{
  position: absolute;
  top: 30%;
  right: 1%;
  width: 120px;
  height: 120px;
  background: url(bg-wikinezka.png) no-repeat center center;
}

#wikinezka .name
{
  color: #FF0000;
}

#wikinezka .name .lang
{
  background-color: #FC7C7C;
}

#pokepedia
{
  position: absolute;
  top: 62%;
  right: 68%;
  width: 120px;
  height: 120px;
  background: url(bg-pokepedia.png) no-repeat center center;
}

#pokepedia .name
{
  color: #DCAB00; /* #FFCC00 */
}

#pokepedia .name .lang
{
  background-color: #FCE27C;
}

#landpedia
{
  position: absolute;
  top: 62%;
  left: 68%;
  width: 120px;
  height: 120px;
  background: url(bg-landpedia.png) no-repeat center center;
}

#landpedia .name
{
  color: #FFAA00; /* #5A5A5A */
}

#landpedia .name .lang
{
  background-color: #FCD07B;
}

#poketeca
{
  position: absolute;
  top: 75%;
  left: 38%;
  width: 120px;
  height: 120px;
  background: url(bg-poketeca.png) no-repeat center center;
}

#poketeca .name
{
  color: #AD6B4A;
}

#poketeca .name .lang
{
  background-color: #C4957E;
}











