/* CSS Document */

body {
  margin: 0;
  padding: 0;
  width:100%;
  height:auto;
  min-height:100%;
  background-image:url(../img/background.png);
  background-position:center top;
  background-repeat:repeat-y;
  background-color: #ffe6ad;
}

#sitecontainer {
  position: absolute; 
  background-image:url(../img/background_container.png);
  width: 960px;
  min-height:100%;
  height:auto;
  left: 50%;
  margin-left: -480px;
}

#left{
  float: left;
  height: 471px;
  width: 227px;
}

#top{
  float: left;
  height: 112px;
  width: 960px;
}

#main{
  float:left;
  width: 733px;
  height: auto; 
}

#footer{
  float: left;
  background-image:url(../img/background_container.png);
  width: 960px;
  height: 20px;
}

.errortext
{
	color:#f00;
	font-weight:bold;
}
