	html { height: 100% }
	body {
		margin: 0;
		background: #fff url(../images/bg.png) fixed;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 16px;
		color: #333;
		height: 100%;
	}
	*{ outline: none; }
	a {
		color: #333;
		text-decoration: none;
		outline: none;
	}
		a:hover {
			text-decoration: underline;	
			color: #333;
		}
		a:visited {
			color:#999;	
		}
	#sidebar {
		width: 120px;
		float: left;
		margin: 20px 10px 0 70px;
		position: fixed;
	}
	#content { 
		padding: 30px 20px 10px 180px;
		width: 660px;
		margin-left: 40px;
		background: #FFF;
		min-height: 100%;
		*height: 100%;
		}
		#content img {
			background: url(../images/load.gif) no-repeat center center;
		}
	h1 {
		display: block;
		width: 120px;
		height: 120px;
		background: url(../images/dsng.png) no-repeat;
		text-indent: -3000px;
		margin: 10px 0;
	}
	h2 {
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		background: #000;
		color: #FFF;
		padding: 2px;
	}
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		ul li {
			margin: 5px 0;			
		}
			ul li ul {
				margin: 0;	
			}