body {
	background: #000000 url('../img/home/bg_01.jpg') top center repeat-x;
	}
	.greyText {
	    background: #000000;
	    border-style: solid;
	    border-width: 1px 1px 1px 1px;
	    border-color: #006600;
	    width: 281px;
	    height: 22px;
	    font: 12px arial,helvetica,sans-serif;
	    color: #669966;
	}
	.modalOff {
	    position: absolute;
	    visibility: hidden;
	    display: none;
	    top: 50px;
	    left: 200px;
	    z-index: -5;
	}
	.modalOn {
	    position: absolute;
	    visibility: visible;
	    display: block;
	    top: 400px;
	    left: 60%;
	    z-index: 25;
	}
	#stfShell {
	    width: 304px;
	    height: 254px;
	}
