/* basic elements */
body { 
	font: .8em arial;
	color: #555753;
/*  background: url(background.gif) repeat-y 50% 0;*/
	background: darkblue;
	margin: 0px;
	padding: 0px;
  /*text-align:center;*/
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
  /*color: #788CCC;*/
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	/*color: #D4CDDC;*/
	}
a:hover, a:active { 
	text-decoration: underline; 
	/*color: #9685BA;*/
	}
/* specific divs */
#container {
  position: relative;
	/*width: 90%;*/
	width:800px;
  /*overflow: hidden;*/
  /*height: 100%;*/
  height:500px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
/*margin-bottom:1000px;*/
/*  margin: 0px auto;*/
  text-align: left;
  padding: 0px;
  border: solid black;
	background: white url(corner.png) no-repeat bottom right;
    }
#footer{
text-align:center;
background-color:#FFCC66;
}
#mainbody {
  width: 100%;
}
#content {
  width: 100%;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  min-height:500px;
}
.centered{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.padded{
  padding: 0px 100px 0px 100px;
}