@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

body, html {font-weight: 300; height:100%; font-family:"gesta-1","gesta-2", Arial, Helvetica, sans-serif;  background-color: #f7f7f7; text-align: center;}

h1, h2 { font-weight: 300;}
h1 { font-size: 35px; padding-top:30px; }
h2 {color: #ff00de; text-transform: uppercase; }

a { color: #ff00de; text-decoration: none; line-height: 25px;  }
a#works { text-transform: uppercase; position: fixed; left:0px; display:block; width: 100%; bottom: 30px; }
a:hover { color:#000;}

#analog-clock { position: fixed; left:50%; top:50%; margin-left:-75px; margin-top:-35px;}