@font-face {
    font-family: "ComfortaaThin";
    font-style: normal;
    font-weight: normal;
    src: url("Comfortaa_Thin-webfont.eot?#iefix") format("embedded-opentype"), url("Comfortaa_Thin-webfont.woff") format("woff"), url("Comfortaa_Thin-webfont.ttf") format("truetype"), url("Comfortaa_Thin-webfont.svg#ComfortaaThin") format("svg");
}

* {
    /*font-family: 'Italianno', cursive;
    font-family: 'Quicksand', sans-serif;*/
	/*font: 18px/27px 'ComfortaaThin', Arial, sans-serif;*/
    font-family: 'ComfortaaThin';
}
body {
	font-family: sans-serif;
	font-size: 12px;
    padding: 0px;
    margin: 0px;
}
#container {
	
}
#header {
    height: 100px;
    border-bottom: 2px solid orange;
    background: black;
}
#header img {
    border: 0px;
}
#date_view {    
    font-size: 20px;
    color: white;
    position: absolute;
    right: 0px;
    display: inline;
    padding: 20px;
    padding: 70px 10px 0px 20px;
}
#content {
    width: 600px;
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
}
#footer {
    width: 600px;
    margin: 10px auto;
    text-align: center;
    border-top: 1px dotted #2B5EA3;
    padding-top: 10px;
}
