* {
margin: 0;
padding: 0;
border: 0;
font-family: Arial;
font-size: 13px;
}

html {
height: 100%;
}

body {
background: #264603 url(images/1.png) repeat-x;
color: #000;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

#top {
margin: auto;
width: 941px;
height: 325px;
background: url(images/2.png);
}

#content {
margin: auto;
width: 941px;
display: table;
height: 330px;
background: #FFF url(images/3.png) no-repeat center top;
}

#content table {
width: 785px;
margin: 80px auto 0px auto;
}

#left, #right {
vertical-align: top;
}

#left {
width: 410px;
text-align: justify;
}

#right {
padding: 0px 0px 0px 40px;
}

#footer {
margin: auto;
width: 941px;
height: 60px;
background: url(images/4.png);
}

#footer p {
text-align: left;
font-size: 18px;
padding: 20px 0px 0px 30px;
color: #FFF;
}
