/* IMPORT MODULES */
@import url("../styles/module_header.css");
@import url("../styles/module_footer.css");
@import url("../styles/module_homeContent.css");
@import url("../styles/module_subContent.css");


/* GLOBAL STYLES */
* { margin: 0; padding: 0; }

html, body { height: 100%; }

body { background: #050505; font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; color: #333; }

img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }

table, th, td { font-size: 1.0em; }

div.clear { clear: both; height: 0; line-height: 0px; }

#wrapper { background: url("../images/bgs/wrapper_bg.jpg") 0% 0% no-repeat; margin: 0px auto; text-align: center; width: 1050px;}

#mainContent { background: #fff; width: 950px; margin: 0 auto;}
