body {
	background-image: url('warty-final-ubuntu.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*Header config*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

table.header {
	position: absolute;
	top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}

.gnomepanel {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
}
.apps {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x
}
td.apps {
	width: 284px;
}
.appsrollover {
	/*background-image: url('apps-rollover.png');
	background-repeat: no-repeat;*/
}
td.appsrollover {
	width: 284px;
}
.places {
	background-image: url('places.png');
	background-repeat: no-repeat;
}
td.places {
	width: 55px;
}
.placesrollover {
	background-image: url('places-rollover.png');
	background-repeat: no-repeat;
}
td.placesrollover {
	width: 55px;
	height: 100%
}
.systm {
	background-image: url('systm.png');
	background-repeat: no-repeat;
}
td.systm {
	width: 63px;
}
.systmrollover {
	background-image: url('systm-rollover.png');
	background-repeat: no-repeat;
}
td.systmrollover {
	width: 63px;
}

/* Menu */
.accessories {
	background-image: url('accessories.png');
	background-repeat: no-repeat;
	padding: 0, 0, 10px, 0;
}
.accessoriesrollover {
	background-image: url('accessories-rollover.png');
	background-repeat: no-repeat;
}

/* Task Tray */

.exit {
	background-image: url('exit.png');
	background-repeat: no-repeat;
}
td.exit {
	width: 27px;
}

.exitover {
	background-image: url('exit-over.png');
	background-repeat: no-repeat;
}
td.exitover {
	width: 27px;
}


.exitdown {
	background-image: url('exit-rollover.png');
	background-repeat: no-repeat;
}
td.exitdown {
	width: 27px;
}


.time {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
	text-align: center;
	color: #000
}

td.time {
	width: 156px;
	text-align: center;
}

.timerollover {
	background-image: url('time.png');
	background-repeat: repeat-x;
	text-align: center;
}


td.timerollover {
	width: 156px;
	text-align: center;
}


.user {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
	text-align: right;
}

td.user {
	width: 100px;
}

.welcomebar {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
	text-align: left;
}

td.welcomebar {
	width: 300px;
}


.space {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
	text-align: right;
}

td.space {
	width: 5px;
}

.space1 {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
	text-align: right;
}

td.space1 {
	width: 3px;
}

.spacer {
	background-image: url('spacer.png');
	background-repeat: no-repeat;
}

td.spacer {
	width: 12px;
}

.search {
	background-image: url('gnome-panel.png');
	background-repeat: repeat-x;
}

td.search {
	width: 28px;
}

div.realtime {
	position: absolute;
	height: 25px;
	witdh: 60px;
	top: 0;
	right: 0px;
	z-index: 10;
}

div.position {
	position: fixed;
	top: 0;
	left: 0;
}

 @media screen{
  body>table#header{
   position: fixed;
  }

#text{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #666; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
	content: "{$lang->forumbit_forum}"; /* generated text */
	display: block;
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #fff; /* text color */
	background-color: transparent;
}