/*------------------------------------------------------------------
[Master Stylesheet]

Project:			COBO International
Version:			1.0
Last change:	12/05/08
Assigned to:	Razvan Stavila (rs)
Primary use:	PNCS
-------------------------------------------------------------------*/
@import url('reset.css');
@import url('master.css');
@import url('ie6.css');

/* Layout */
/* commented backslash hack v2 \*/ 
html, body { height:100%; } 
/* end hack */ 
html,body {	margin: 0; padding: 0; }
#container { width: 100%; margin: 0 auto;	min-height:100%; text-align: left;	position:relative; }
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}
* html #container {width:100&;w\idth:100%;}
* html body{font-size:1em;f\ont-size:1em}
/* end hack */
#content { width: 918px; margin: 0 auto; position: relative }	
#footer { position:absolute; bottom:0; width:100%; height: 102px; }
#footer p {margin:0;padding:0}
* html #footer {height:102px;}
#clearfooter { height:102px; width:100%; clear:both }

/* Sticky footer template */
/*<div id="container"> 
  <div id="content"> 
    <p>Footer stays at the bottom of the window unless the content is longer then 
      it stays at the bottom of the document.</p>
    <p>Footer stays at the bottom of the window unless the content is longer then 
      it stays at the bottom of the document.</p>
  </div>
  <div id="clearfooter"></div>
  <!-- to clear footer -->
  <div id="footer"> 
    <p>Footer Content</p>
  </div>
</div>*/