#content a:hover
{
  background-color : #FFF799;
}

#container
{
  width                 : 930px;
  position              : relative;
  margin                : 0px auto;
  padding               : 0px 0px;
  min-height            : 100%;
  height                : 100% !important;
  background-image      : none;
  background-color      : #FFFBCC;
}

#header
{ 
  background-image    : url(images/header_start.png);
}

#header
{
  height     : 170px;
}

#bigred
{
  font-size     : 30pt;
  color         : #ff0000;
  font-weight   : bold;
}

#name
{
  font-size     : 18pt;
}

#navi
{
	visibility    : hidden;
}


#manikin
{
  height        : 500px;
  
}

.content-table
{
  height        : 100%;
  width         : 910px;
  margin-bottom : 30px; 
}

span, img
{
  padding       : 10px;
}

img
{
  border       : 0px;
  text-align   : center;
}

#manikin
{
	width               : 930px;  
	height              : 226px;
	background-image    : url(../../images/manikin.png);
	background-position : center;
	background-repeat   : no-repeat;
}


