* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
    font-size: 12px;
}

h1 {
    border-bottom: 1px solid black;
    margin: 30px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

a img {
    border: none;
}

#main {
    margin: 0 auto;
    width: 980px;
    border: 1px solid #CCC;
}

/* HEADER */

#header {
    position: relative;
    height: 132px;
    background-color: #E0930F;
    background-image: url(/images/top_pagamenti.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#header .logo {
    position: absolute;
    top: 7px;
    left: 10px;
}

/* CONTENT */

#content .clear {
    clear: both;
}

/* FOOTER */
#footer {
    border-top: 1px solid #CCC;
    padding: 10px 5px;
}

#footer p {
    color: #999999;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}