body{
  margin: 0px;
  background-color: #000000;
  background-image: url('../gfx/back.gif'); 
}

.main{
  min-width: 975px;
  max-width: 975px;
  margin: auto;
}

.header{
  min-width: 975px;
  max-width: 975px;
  margin: auto;
}

.menubar{
  background-color: #fff;
  padding: 2px;
  text-align: center;
}

.wrapper{
  position: relative;
  margin: auto;
  width: 1200px;
}

.content{
  min-width: 975px;
  max-width: 975px;
  background-color: #fff;
  min-height: 400px;
  margin: auto;
  border-top: 1px dashed #aaaaaa;
  padding: 0px;
}

.section{
  padding: 0px;
}

.footer{
  min-width: 975px;
  max-width: 975px;
  background-color: #222;
  height: 100px;
  margin: auto;
  padding: 0px;
}

.cube{
  position: absolute;
  z-index: 1;
  right: 20;
  bottom: -82;
}

hr{
  border: none;
  border-top: dashed 1px #cccccc;
  color: #cccccc;
  height: 1px;
}

.th{
  border: 1px solid #000000;
}

.photo{
  border: 1px solid #000000;
  padding: 2px;
}

.iconfield{
 text-align: center;
 width: 120px;
 border-left: 1px dashed #cccccc;
}

.sortfield{
 width: 120px;
 border-left: 1px dashed #cccccc;
}

.datafield{
 padding-left: 4px;
 padding-right: 4px;
}

.tr1{
  background-color: #fff;
}

.tr1:hover{
 background: #fcf0ac;
}

.tr0{
  background-color: #eeeeee;
}

.tr0:hover{
 background: #fcf0ac;
}

.sorting{
  background-color: #fff;
}

input, textarea, button{
  border: 1px solid #cccccc;
  background: #dddddd;
  font-size: 18px;
  font-family: 'Mukta', sans-serif;
}

/* ---- FONTS ---- */

td,div{
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.date{
  font-size: 10px;
  font-family: lucida console, monospace;
  color: 888888;
}

.desc{
  font-size: 14px;
  color: #aaaaaa;
}

.question{
  font-weight: 800;
}

.about{
  font-weight: 400;
  color: #aaaaaa;
}


.alert{
  font-weight: bold;
  color: #ff0000;
}

/* ---- LINKS ---- */

a:link,
a:visited,
a:active{
  text-decoration: none;
  font-weight: none;
  color: #888888;
}

a:hover{
  text-decoration: underline;
}

a.menu:link,
a.menu:visited,
a.menu:active{
  font-size: 40px;
  text-decoration: none;
  font-weight: 800;
  color: #000;
}

a.menu:hover{
  color: orange;
}

a.title:link,
a.title:visited,
a.title:active{
  text-decoration: none;
  font-weight: none;
  color: #000;
}

a.title:hover{
  color: #888888;
}