* {
  margin 0;
  padding: 0;
  border: none; 
}

body {
  background-color: black;
  background-image: url(../img/body_bground.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  font-family: tahoma, verdana;
  font-size: 13px;
  margin: auto;
  color: white;
}

#container {
  width: 500px;
  height: 100%;
  background-color: #990000; 
}

a:link, a:visited {
  color: #EBC204;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

#menu {
  height: 30px;
  color: black;
  background-color: #BDC19A;
  background-color: #666633;
  text-align: center;
  padding-top: 10px;
  /*padding-right: 20px;
  padding-left: 30px;*/
}

#menu a:link, #menu a:visited {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

#menu a:hover {
  color: #EBC204;
  text-decoration: underline;
}

#header {
  height: 115px;
  background-color: #EBC204;
  background-image: url(../img/argippo.gif);
  background-repeat: no-repeat;
}

#main {
  height: 100%;
  padding: 25px 25px;
  line-height: 130%;
  background-image: url(../img/main_bground.gif);
  background-repeat: no-repeat;
  background-position: left-top;
}

#main a:link, #main a:visited {
  /*color: #EBC204;*/
  color: #FDE05B;
  text-decoration: none;
}

#main a:hover {
  color: white;
  text-decoration: underline;
}

#main h1.h1{
  font-size: 20px;
  font-family: Georgia;
  color: #FFCC33;
}

#main h2.h2{
  font-size: 14px;
  font-family: Georgia;
  color: #FFCC33;
}

#main h3.h3{
  padding-top: 20px;
  font-size: 12px;
  font-family: Georgia;
  color: #FFCC33;
}

#logo img {
  border: 0px;
  margin-right: 5px;
}

#footer {
  height: 25px;
  color: white;
  background-color: black;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
}

.center {
  text-align: center;
}

.size_40 {
  font-size: 40px;
  margin-top: -10px;
  font-weight: normal;
}

.size_30 {
  font-size: 30px;
  
}

.size_24 {
  font-size: 24px;
  margin-top: -7px;
}

.size_20 {
  font-size: 18px;
  margin-top: -10px;
}

.size_12 {
  font-size: 12px;
}

.float_right {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-top: 5px;
  /*border: 3px solid #EBC204;*/
}

.flag {
  float: left;
  padding-left: 5px;
  margin-top: -7px;
}

ul {
  list-style-type: none;
  margin-left: 10px;
}

table#wrote td{
 vertical-align: top;
}

table#wrote tr {
  height: 25px;
}

table#wrote td.first {
  text-align:right;
  padding-right: 10px;
}

#empty {
  height: 100px;
}

