+@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
+
+body {
+ font-family: 'Lato', sans-serif;
+ font-size: .625em;
+ background: #edece7;
+ background-image: url('/static/img/bg.png');
+ background-repeat: no-repeat;
+ margin-top: 0;
+ background-position: 50% 0;
+}
+
+a {
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}