@import '_buttons.css';
@import '_notification.css';

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { 
  font-size:100.01%; 
}

body {
  font-size: 85%;
  line-height:1.7;
  color: #111;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

img#account_logo {
  position:absolute;
  top:550px;
  left:20px;
}