/**********************************************************
*  Master CSS file antee.ca		                  *
**********************************************************/

* { margin: 0; padding: 0; }
*:focus { outline: none; }

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
    background: #ffffff url(/images/intro/bg.gif);
    overflow: scroll;
    color: #333333;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
}

img { border: none; }

a:link,
a:visited { 
    color: #333; 
    text-decoration: none; 
    }
a:hover { 
    outline: none; 
    color: #FF0F00; 
    text-decoration: none;  
    }

.spacer { clear: both; }

/****** Intro ***********************************************/
#intro {
    width: 800px;
    text-align: right;
    font-weight: bold;
    }

/******** FOOTER ***********************************************/
#footer {
    padding: 5px 10px;
    font-size: 10px;
    clear: both;
    }

