@font-face { font-family: 'opensans';
src: url('fonts/OpenSans-Light.eot#') format('eot'),
url('fonts/OpenSans-Light.woff') format('woff'),
url('fonts/OpenSans-Light.ttf') format('truetype'),
url('fonts/OpenSans-Light.svg#svgFontName') format('svg'); }
body
{
    font-size: 16px;
    font-family: opensans;
    color: #444;
    background-image: url(logo.png);
    background-position: 50% 100px;
    background-repeat: no-repeat;

}
h1{
    font-size: 28px;
}
h2{
    font-size: 20px;
    text-decoration: underline;
}
a, a:hover, a:visited, a:link{
    text-decoration: none;
    color: #444;
}
div {
    position: relative;
    width: 40%;
    left: 30%;
    top: 200px;
}