/* banner element*/
#banner_container { position: fixed; top: 0px; right: 0px; height: 110px; z-index: 20; width: 100%; padding: 0px; }

/* left menu */

/* home page content element */
#content_box_home { position: relative; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 3; 
	background:transparent; overflow-y:hidden; display: block; clear: both; }

.button { margin-bottom: 6px; }

/* Mozilla - Safari - Opera */

/* basic elements */
body[id=home] { background-image: url(../images/itspec.jpg); background-position: 50% 0px; 
	background-repeat: no-repeat; background-color: #CDD1DF; }
body[id=pages] { background-color: #CDD1DF; }

