* {
        margin: 0px;
        padding: 0px;
}
body {
        background: url(deser.jpg) no-repeat;
        font: 36px Verdana, sans-serif;
        text-align: center;
        color: white;
}
#i_container {
        padding-top: 80px;
        margin: 0 auto;
}
p {
        padding: 10px;
}
a:link, a:visited {
        text-decoration: none;
        font-weight: bold;
        color: white;
}
a:hover {
        text-decoration: underline;
}