/* PAGE STYLE */
body {
	background: url("../images/shadow.jpg") no-repeat center 420px white;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	width: 100%;
	height: 100%;
 }
 
 #demo_navigation {
  width: 800px;
  margin: 10px auto;	
 }
 
 #demo_navigation a {
  background:gray;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid gray;
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;	
 }
 
 #demo_navigation a:hover {
  background: darkgray;
 }
 
 #description {
  margin: 0px;
  margin-top: 50px;
  background: #FFD040;
  border-style: solid;
  border-color: #FFEBA2;
  border-top-width: 5px;
  border-bottom-width: 5px;
 }
 
 #description p{
  width: 900px;
  margin: 20px auto;
  color: #996600;
 }
 
 p {
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px;	
 }
 
 h3 {
 	text-align: center;
 	margin-left: 20px;
  margin-right: 20px;
}