/* Copyright (c) 2009 Michal Panec All rights reserved */
/* Created by Michal Panec (michal.panec@kovarov.net) */
/* ------------------------------------------------- */

/* Body ----------------------------------------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  background-color: #6b6a6a;
  background-image: url('../images/body/Background.jpg');
  text-align: center;
}

#main {
  width: 1000px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #7d7d7d;
  border: 1px solid black;
  margin-top: 150px;
}

#Content {
  width: 1000px;
  height: 400px;
  background-color: #00a0ee;
  text-align: left;
  padding-right: 3px;
  text-align: center;
  line-height: 15px;
  color: #000000;
  font-family: Verdana, Ariel;
  font-size: 13px;
}

