h1, h2, p, pre, blockquote, a, img, figure, ul, li, form, input, body {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}
  
body {
    background: #dedede;
    color: #555;
    font: 16px/20px helvetica neue, segoe ui, arial;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:link    { color: rgb(96, 156, 96); text-decoration: none; }
a:visited { color: rgb(96, 156, 96); text-decoration: none; }
a:hover   { color: rgb(76, 119, 76); text-decoration: underline; }

h1 { font-size: 1.8em; margin-bottom: 30px; }
h2 { font-size: 1.5em; margin-bottom: 20px; }

div.main {
    background: white;
    color: rgb(48, 48, 48);
    width: 700px;
    min-height: 580px;
    box-shadow: 0 0 50px 10px #fff;
    display: inline-block;
}

div.logo {
    margin-top: 20px;
    background-image: url("fss-logo.png");
    background-position: top center; 
    background-repeat: no-repeat;
    height:250px;
}

div.content {
    text-align: left;
    margin-top: 30px;
    width: auto;
    padding: 30px;
}

div.left-box {
    font-size: 1.2em;
    float: left;
    text-align: left;
}

div.right-box {
    font-size: 1.2em;
    float: right;
    text-align: right;
}

div.footer {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

p { margin-bottom: 0.5em; }