#wrapper {
	width: 960px;
	margin: 0px auto;
	color: #FFFFFF;
}
#header {
	height: 100px;
	background-color: #666666;
	text-align: center;
	line-height: 100px;
}
#content {
	height: 600px;
	position: relative;
	overflow: hidden;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
#panel {
	width: 300px;
	height: 400px;
	position: absolute;
	top: -400px;
	left: 0px;
	z-index: 200;
	background-color: #333333;
}
#panel-tab {
	width: 140px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	right: 0px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#panel-tab:focus {
	outline: none;
}