
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
    background-color: #fff;
    font: Helvetica, Arial, sans-serif;
    color: #4F5155;
    width:465px;
}

a {
    color: #003399;
    background-color: green;
    font-weight: normal;
    text-decoration:none;
    display:block;
}

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}

#body {
    padding-left:5px;
}

#body p{
    padding-left: 10px;
}

p.footer{
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container{
    -webkit-box-shadow: 0 0 8px #D0D0D0;
}

div a {
    display: -moz-inline-stack;
    display: inline-block;
    width: 455px;
    height: 60px;
    background: url("http://dabuttonfactory.com/b.png?t=Sign%20up%20now&f=DejaVuSansCondensed-Bold&ts=18&tc=11111100&it=png&c=5&bgt=gradient&bgc=12a8d5&ebgc=2397c9&bs=1&bc=dbdbdb&w=455&h=60") no-repeat;
    line-height: 60px;
    vertical-align: text-middle;
    text-align: center;
    color: #111111;
    font-family: DejaVuSansCondensed;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-shadow: none;
    margin-bottom: 9px;

}
a.button > span {
    display: -moz-inline-block;
}

#footer img{
    width:465px;
}