@CHARSET "UTF-8";

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
  text-align:center;
  min-height:600px;/* for good browsers*/
  min-width:1000px;/* for good browsers*/
  background-color: black;
  background-image: url('/images/layout.jpg');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
}
img {
	border: none;
	vertical-align: middle;
}

th { text-align: left; } /* IE6 FIX */

#outer{
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

#container {
  text-align: center;
  position: relative;
  display: table-cell;
}

#inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#spacer {
  float: left;
  width: 100px;
  height: 550px;
}

#menu {
  float: left;
  width: 150px;
  padding-top: 180px;
  text-align: left;
}
#oben { height: 200px; }

#content {
  float: right;
  padding-top: 150px;
  text-align: left;
  width: 750px;
  margin-right: -1px;
}

#clearfooter { clear: both; }
#footer {
  border-top: 1px solid white;
}
