	

	/* hide from ie on mac \*/
	html, body, #shell {
		height: 100%;
		overflow: auto;
	}
	/* end hide */

	body {
		height: 100%;
		background-color: #000000;
		margin: 0;
	}

	* {
		margin: 0;
		padding: 0;
	}


	#shell {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width:  100%;
	}

	.left{
		float:left;
	}

	.clear{
		clear:both;
	}
