/*
COPYRIGHT NOTICE
Copyright (c) 2014  Scott C. Neu and Arthur W. Toga

See README.license for license notices.
*/
/* 6 July 2015  */

/* The Body */
body {
    font-family: Roboto, Dejavu, Arial, Helvetica, Verdana, sans-serif;
    background-color: #fff;
}

/* Prevents firefox from dislaying dotted outline on focus */
/*  (FIX FOR FIREFOX < v4 ) */
a,span {
    outline: 0;
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Style for container  */
#wrapper {
    min-height: 100%;
    position: relative;
}
