/* ---------------------------------------------------
Basic Style Sheet

version 1.0
author: Trevor Nederlof
email: tnederlof@altusdesigns.com
website: http://www.altusdesigns.com
------------------------------------------------------*/


@import url(layout.css);
@import url(typography.css);


* {
margin: 0;
padding: 0;
}

html {

height:100%;
}

body{
height:100%;
font-size:67.5%; /* Set font size for EM's, so 10px = 1 em */
color: #FFFFFF;background-image: url(../images/bg.jpg);background-repeat: repeat-x;}

