

* {
        margin: 0 auto;
        max-width: 800px; /* Replace the xxxx with the the width of your site (eg 800px)*/
        text-align:left;
}

/* place everything you want centered in the wrapper in the html code*/


body {
  font-size:100%;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  background-color:#fff ;
  background-image: url();
  background-repeat: repeat;
  background-position:top;
  color:#72603B;
  padding:20px;
  font-size:21px;
  font-weight:100;

}
p{
text-align:center;	
	}

a {
  font:16px Arial, "Times New Roman", Times;
  color:#78B785;
  text-decoration:none;
  /*text-shadow:1px 1px 1px #104D00;*/
  font-size:21px;
}

a:hover {
  font:16px Arial, "Times New Roman", Times;
  color:#E9ABCD;
  text-decoration:none;
  /*text-shadow:0px 0px 3px #FF0000;*/
}

.scale{	
	max-width:90%;
	margin:0 auto;
	}