* {
 color: #444;
 margin: 0;
 text-decoration: none;
 padding: 0;
}

body {
 font-family: Georgia, "Times New Roman", serif;
 font-size: 1.2em;
 text-align: center;
}

#content {
 margin: 0 auto;
 max-width:980px;
 position: relative;
 text-align: left;
 z-index:3;
 background: #fff;
 padding: 4em;
}



a,
a:visited {
 text-decoration: underline;
}

a:hover,
a:focus,
a:active {
 text-decoration: none;
}

p {
 margin: 1.5em 0 1.5em 0;
 line-height: 1.4em;
}

#content img {
float:right;
margin: 2em;
}

h1 {
 font-family: Cambria, Georgia, "Times New Roman", serif;
 font-size: 2.0em;
 font-weight: normal;
 margin: 0;
}


#supersize{
 position:fixed;
 z-index: 2;
}
#supersize img, #supersize a{
 height:100%;
 position:absolute;
 width:100%;
 z-index: 1;
}

