body
{
font-family: 'Open Sans', sans-serif;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(45,45,45,1) 25%, rgba(10,10,10,1) 81%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,1)), color-stop(25%,rgba(45,45,45,1)), color-stop(81%,rgba(10,10,10,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(45,45,45,1) 25%,rgba(10,10,10,1) 81%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */


background: -o-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(45,45,45,1) 25%,rgba(10,10,10,1) 81%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(45,45,45,1) 25%,rgba(10,10,10,1) 81%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(45,45,45,1) 25%,rgba(10,10,10,1) 81%,rgba(0,0,0,1) 100%); /* W3C */
padding:0;
margin:0;
}

a:link, a:visited{
color:#0099ff;
}

body#thanks
{
text-align:center;
}

img#logo
{
width:430px;
margin-top:0;
display:table-cell;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#wrapper
{
border:1px;
border-color:#009ff;
margin:auto;
padding:20px;
width:70%;
min-width:500px;
background:radial-gradient(#ffffff, #e0e0e0);
}

#footer
{
text-align:center;
margin:auto;
font-size:.7em;
color:#454545;
}

.smaller
{
font-size:.65em;
}

#takemeback
{
text-align:center;
font-size:1.7em;
}

img#thanks
{
display:table-cell;
width:40%;
margin:auto;
}

h1
{
text-align:center;
font-size:1.5em;
}

h2
{
font-size:1.2em;
}