

html, body {
	margin: 0;	
	padding: 0;
	font: 9px Monaco, trebuchet MS;
	background: #333333 url(/_img/bg.jpg);
	color: #797B77;
	overflow-x: hidden;
	overflow-y: auto;
	}
	
#container {
	height: 1620px;
	padding-top: 230px;
	background: url(/_img/rotator/child.jpg) top left no-repeat;	
	}
	
#content {
	z-index: 1000;
	position: absolute;
	}	
	
#instructions {
	width: 264px;
	margin: 14px 0 20px 0;
	padding: 3px 0 2px 25px;
	font: 9px Monaco, trebuchet MS;
	line-height: 1;
	background-color: #1C1C1C;
	color: #515050;
	}
	
.strip {
	z-index: 1;	
	height: 100%;
	position: absolute;	
	cursor: hand;
	cursor: crosshair;
	}	

#menu a:link {color: white; text-decoration: none;}
#menu a:visited {color: white; text-decoration: none;}
#menu a:hover {color: white; background: transparent url(/_img/pixel.png);}	

.pad10 {margin-bottom: 10px;}
.pad20 {margin-bottom: 20px;}
.padg20 {margin-left: 20px;}
.pad40 {margin-bottom: 40px;}

.font9 {font: 9px Monaco, trebuchet MS;}

