   body {
	background:#640020;
	color:#fdf9d3;
   }

   #wrapper {
	width:650px;
	height:650px;
	margin:20px auto;
	position:relative;
	padding:54px;
   }

   #top-left {
	position:absolute;
	top:0;
	left:0;
	background:url('top-left.png');
	width:53px;
	height:54px;
   }

   #top-right {
	position:absolute;
	top:1px;
	right:2px;
	background:url('top-right.png');
	width:53px;
	height:54px;
   }

   #bottom-left {
	position:absolute;
	bottom:1px;
	left:0;
	background:url('bottom-left.png');
	width:52px;
	height:54px;
   }

   #bottom-right {
	position:absolute;
	bottom:0px;
	right:3px;
	background:url('bottom-right.png');
	width:53px;
	height:54px;
   }

   #left {
	position:absolute;
	top:54px;
	left:0;
	background:url('left.png');
	width:54px;
	height:649px;
   }

   #top {
	position:absolute;
	top:0px;
	left:53px;
	background:url('top.png');
	width:650px;
	height:54px;
   }

   #right {
	position:absolute;
	top:55px;
	right:0;
	background:url('right.png');
	width:54px;
	height:649px;
   }

   #bottom {
	position:absolute;
	bottom:1px;
	left:52px;
	background:url('bottom.png');
	width:650px;
	height:54px;
   }
   ul {
    list-style-image:url(bullet.jpg);
   }

   ul li {
    margin:20px 0;
    width:211px;
   }

   ul li a:hover {
	padding:1px 0 0 1px;	
   }

   img {
    border:0;
   }
   
   a {
    color:#fff;
   }
   a:visited {
    color:#FDF9D3;
   }

 label {
  display:block;
  clear:both;
 }
 label input {
  float:right;
  display:block;
 }
 label span {
  float:left;
  display:block;
 }
 
 #footer {
  text-align:center;
  font-size:0.8em;
 }
 #footer a {
  color:#FDF9D3;
  text-decoration:none;
 }
 
 #chair {
 position:absolute;
 bottom:50px;
 left:50px;
 z-index:0;
 }
h1	{
text-align: center;	
font-size:1em;
color:#FFFFFF;
}

