body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 500px;
    text-align:center;
    font-family: verdana, sans-serif;
    font-size: 12pt;
    line-height: 18pt;
    font-weight: normal;
}

a, a:link, a:hover, a:focus , a:visited { 
    border:none;
    text-decoration:none;
    color:#009;
}

p a, p a:link, p a:hover, p a:focus , p a:visited { 
    color:#F60;
}

p a:hover{ 
    text-decoration:underline;
}

h1 a {
    font-weight: normal;
    display:block;
    padding-top: auto;
}

span {
    position:absolute;
    top:30%;
    left:0px;       width:100%;
}

p {
    width:500px;
    text-align:center;
    background: white;
    padding:0 10px 0 10px;
    line-height:2em;
    margin-left: auto;
    margin-right: auto;
}

div {
    background:#eee;
    width:100%;
}
