body{
	padding: 0px;
	margin-left: 0px;
	background: #d9d7d7;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}
a{
	color: #f36010;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h2{
	color: #f36010;
	text-align: center;
}
body > div{
	width: 900px;
	background: #fff;
	margin: auto;
	margin-top: 20px;
	  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
  -webkit-box-shadow: 0 8px 6px -6px #666;
     -moz-box-shadow: 0 8px 6px -6px #666;
          box-shadow: 0 8px 6px -6px #666;
}

body > div > header{
	width: 100%;
}

body > div > section{
	padding: 10px 20px;
}

body > div > footer{
	text-align: center;
	padding: 10px;
}