/* main */
#main
{
	width: 645px;
	margin: 0 auto;
}

/* header */
#main #header {
	margin: 10px 0 32px 0;
}

#main #header a.blog_comments {
	float: right;
	padding-right: 5px;
}

/* left */
#main #left {
	float: left;
	width: 160px;
	padding-right: 16px;
}

/* center */
#main #center {
	float: left;
	width: 450px;
	padding-left: 13px;
	border-left: 1px dashed #a8a8a8;
	font-size: 130%;
	padding-bottom: 110px;
}

/* footer */
#main #footer {
	margin-top: 20px;
	background: url('/dsg/footer.gif') repeat-x top left;
	height: 34px; /*44*/
	padding-top: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #bbb;
	font-size: 115%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

/* packets */
#main #center {
	padding-bottom: 100px;
}

#packets {
	position: fixed;
	margin-left: 455px;
	bottom: 10px;
	z-index: 10;
}

* html
{
	overflow-y: hidden;
}
* html body
{
	height: 100%;
	overflow: auto;
}

* html #packets {
	position: absolute;
}

/* christmas flash */

#santa {
	position: absolute;
	left: 50%;
	margin-left: -236px;
}

* html #santa {
	margin-left: -240px;
}

#balls {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 160px;
	z-index: 20;
}