div#container {
	width: 860px;
	margin: 0 auto;
    position: relative;
}

div#header {
	width: 100%;
}

div#content {
	float: right;
	width: 675px;
}

div#side {
	float: left;
	width: 170px;
}

div#footer {
	clear: both;
	width: 100%;
}

/* ----- Lightbox ----- */

#lightbox {
	background: #666;
	display: none;
	filter: alpha(opacity=95);
	left: 0;
	min-height: 100%;
	min-width: 100%;
	opacity: 0.95;
	position: fixed;
	top: 0;
	z-index: 1000;
}

#lightbox-panel {
	background: #fff;
	display: none;
	height: 660px;
	position: absolute;
	left: 0;
    top: -20px;
	width: 860px;
	z-index: 1001;
}

#close-x {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1002;
}