	@charset "UTF-8";
	/* CSS Document */
	
	.logo {
		width:343px;
		padding-bottom: 15px;
		border-bottom-color: #000000;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	
	
	#mini {
		COLOR: #999;
		CURSOR: move;
		line-height: 1em;
		FONT-FAMILY: arial, helvetica, san-serif;
		FONT-SIZE: 11px;
		background: #000;
		padding-bottom: 8px;
		border: 1px solid #111;
		WIDTH: 148px;
		HEIGHT: 155px;
		Z-INDEX: 100;
		left: -3px;
		top: 112px;
	}
	#mini div { margin: 0; padding: 0; }
	#mini .north { background: #111; border-bottom: 1px solid #171717; }
	#mini .north div { color: #999; float: right; padding: 5px 7px; CURSOR: pointer; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
	#mini .north div:hover { COLOR: #DE83AD; }
	#mini .south { margin: 32px 10px 0 10px; cursor: crosshair; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
	#mini .south div { background: url('http://www.colorjack.com/software/media/miniCurr.gif') no-repeat; position: absolute; height: 9px; width: 9px; z-index: 101; }
	#mini .south img { height: 100%; WIDTH: 100%; position: relative; TOP: -8px; LEFT: -1px; }
	#mini #mHEX { padding: 5px 0 4px 7px; cursor: text; float: left; }
	#mini #mHEX:hover { color: #DE83AD }
	#mini #mSize { float: right; top: -14px; left: 7px; position: relative; height: 14px; width: 14px; cursor: se-resize }
	
	
	#everything {
	width: 100px;
	
	}
	
	
	
	
	
	#back{
	background-color: white;
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-100;
	visibility: visible;
	}
	
	
	#colorspy {
	background-color: fff;
	border: 0px solid #ddd;
	left:-7px;
	position:absolute;
	bottom:0px;
	visibility: visible;
	}
	
	#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 30px;
	line-height:20px;
	}
	
	#contents {
	position:absolute;
	width: 500px;
	height:400px;
	font-size:12px;
	margin-top: 30px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a:hover {
		text-decoration: underline;
	}

	#caption {
	margin-top: 10px;
	width: 100px;
	float: left;
	}
#caption2 {
	margin-top: 10px;
	width: 100px;
	float: right;
	margin-right: 100px;
	}
