/*
 * master css
 *
 * @author: Shimin (you can have your name here and be famous)
 * @version: 1.0 
 * @project: Template (name your projects)
 */

@import url("reset.css");/* --- This resets all CSS defaulted by different browsers --- */
@import url("style.css");/* --- Your CSS goes here --- */
@import url("ie.css");/* --- This comes after the above CSS so it overwrites your CSS above for IE browsers --- */
@import url("mod_style.css"); /*--- modifications */
