
/* common */

* body {
	background-image: url("/themes/default/images/pix.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h2 {
	display: none;
}

/* background */

div#background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

* html div#background {
	position: absolute;
	top: expression( window.getScrollTop() + 'px' );
}

/* container */

div#container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.background-color {
	background-color: white;
}

/* content */

div#content {
	margin: 40px 0 30px 0;
}

/* works */

ul#works div.info {
	height: 200px;
	display: none;
}

ul#works li a.head:visited {
	color: #999;
}

ul#works li a.head-selected,
ul#works li a.head-selected:hover,
ul#works li a.head-selected:visited {
	color: black;
}




