/*
  stylesheet.css by h3ll.design 2009
  18-03-2009

*/ 

BODY { 
  text-align: center;
  background: #d2cdc7;
  padding: 10px;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
 }


#container {
  width: 700px;
  height: 500px;
  border: 1px solid #000000;
  background: #FFFFFF;
  margin: 10px auto 10px auto;
  text-align: center;
 }
 
 #footer {
	 font-size: 0.75em;
 }