/* CSS Document */

#litmus {
	right: 0;
	top: 0;
	bottom: 0;
	width: 180px !important;
	position: fixed !important;
	po\sition: absolute; /* shitty IE fix. fuck off, redmond. */
	background: #ACBCB7;
	border: 3px;
	border-left: 5px;
	border-color: #A5B0AB;
	border-style: solid;
	text-align: left;
	padding: 0px;
	margin: 0px;
	
	background-attachment: absolute;
	background-position:top left;
}

.screen
{
	background:  url('images/backgroundscreen.jpg') 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	background-position:top right !important;
	background-position:top left;
	border: 0px outset #999999;
	color: #FFFF00;
	padding: 5px
}


.frame1
{
border: 4px outset #999999 !important;
}
body 
{
	background-image: url('images/background1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:top right;
	background-color: #0C1734;
}
.menu
{
position:fixed !important;
left: 0px;
top: 5px;
z-index: 4
}

.content {position:absolute; left: 205px; top: 170px;	
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	color: #FFFF00
	border: 0px #999999 !important;
}

.headertext 
{
	position:absolute;
	left: 400px; 
	top: 5px !important;
	top: 15px;
	z-index: 3;
	}
.header 
{
	position:absolute;
	left: 210px;
	top: 13px;
	z-index: 2
}
.style1 {color: #FFFF00}

table.wide-table 
{
	width:95% !important;
	width:75%
	}