﻿html {
    background: url('../Images/Background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}

body {
    font-family: 'Roboto-Regular','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}

.content {
    margin: 0 auto;
    margin-top: 100px;
    width: 500px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
