/* 
* @About      : Top level file, to collate external specific css files and apply styling at the top level 
* @File       : screen.css
* @Version    : 1.0
* @Date       : 22/07/2008
* @Author     : Vincent Ashby-Smith
*/ 


@import url("layout.css");
@import url("typography.css");
@import url("ie_specific.css");


* { border:0; padding:0; } 