html, body {
	height: 100%;
}
div.page {
	margin: 0 auto;
	min-height: 100%;
	width: 960px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	background: #404040 url(../img/page.gif) repeat-y 0 0;
}
div#header {
	width: 100%;
	height: 163px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	background: #404040 url(../img/div-header.gif) no-repeat 0 102px;
}
div#content {
	padding-top: 0;
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/div-content.gif) no-repeat 0 0;
}
div#main {
	padding: 0 30px 8em 84px;
	width: 486px;
	display: inline;
	float: left;
	overflow: visible;
}
div#sidebar {
	padding: 0 60px 8em 0;
	width: 300px;
	display: inline;
	float: right;
	overflow: visible;
}
div#footer {
	padding: 20px 0 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	background: transparent url(../img/footer.gif) no-repeat 0 0;
}
div#comments {
	
}
div.addthis_container {
	width: 100%;
	overflow: hidden;
}