@charset "utf-8";

/*************************************
	Base Stylesheet
 
    Project:    		Robert Nugteren
    Version:    		1.0  

*************************************/


/*************************************
    Container
*************************************/

html {
    background: url('../images/background.png') repeat;
}
body {
    background: url('../images/background.png') top repeat-x;
    color: #2d292a;
    font-size: 14px;
    line-height: 24px;
}

}
