
body{
        font-family: Arial, Helvetica, sans serif;
        font-size: 100%;
        line-height: 1.5;
        text-align: justify;
        color: #717171;
        background-color: #fdf7c9;
}

h1 {
 font-size: 130%;
color: #fff;
padding: 0px 20px 0px 20px;
line-height: 180%;
background: -webkit-linear-gradient(left, #b54220 0%, #e7ae14 80%);
background: -moz-linear-gradient(left, #b54220 0%, #e7ae14 80%);
background: -ms-linear-gradient(left, #b54220 0%, #e7ae14 80%);
background: linear-gradient(left, #b54220 0%, #e7ae14 80%);
filter: progid:DXImageTransform.Microsoft.gradient(start
Colorstr='#b3b3b3',endColorstr='#f1f1f1');
 }


img {
 width: 100%;
 height: auto;
 }



#main {
 margin: auto;
 }

#head {
-webkit-box-shadow: 5px 5px 7px #717171;
 -moz-box-shadow: 5px 5px 7px #717171;
 box-shadow: 5px 5px 7px #717171;
 }

#content {
 text-align: center;
 border-bottom: 4px solid #b54220;
 background: #fefcec;
 margin-top: 40px;
-webkit-box-shadow: 5px 5px 7px #717171;
 -moz-box-shadow: 5px 5px 7px #717171;
 box-shadow: 5px 5px 7px #717171;
 }

#text {
 padding: 20px;
 }