*{padding:0; margin:0;}

body {
margin: 0 auto;
width: 800px;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:0.75em;
}

a {
text-decoration: none;
color: #d07151;
}

a:hover {
color: #943d22;
}

.container {
background: url("/img/fa/title_bg.jpg") repeat-x 0 0 scroll transparent;
}

.container h1 {
background: url("/img/fa/title_img.jpg") no-repeat 0 0 scroll transparent;
width: 480px;
height: 100px;
text-indent: -9999px;
}

p {
background: url("/img/fa/left_bg.jpg") repeat-y 0 0 scroll transparent;
text-align: right;
line-height: 1.5em;
padding: 0px 40px 20px 0px;
}

p img {padding: 0px 70px 0px 0px;}

.footer {
background: url("/img/fa/footer_bg.jpg") repeat-x 0 0 scroll transparent;
}

.button {
padding-top: 20px;
}

.button a {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
background-color: #ffa582;
padding: 15px;
font-weight: bold;
border: 3px #d07151 solid;
color: #000000;
}

.button a:hover {
color: #ffffff;
background-color: #d07151;
border: 3px #ffa582 solid;
}

