@font-face {
    font-family: SegoeScript;
      src: url(../fonts/SegoeScript.woff) format('woff'),
           url(../fonts/SegoeScript.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
 }
html, body {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
 }
body {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	background-size: cover;
 }
#weather {
    font-family: SegoeScript, cursive;
    font-size: 2.4em;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    outline: none;
 }