
div#content {
	z-index: 101;
}

div#date_display {
	position: fixed;
	width: 50px;
	left: 10px;
	top: 110px;
	color: #ccc;
	font-size: 72px;
	line-height: 64px;
	text-align: center;
	z-index: 103;
}

div#year_diplay {
	padding-left: 10px;
	font-size: 36px;
	line-height: 35px;
}

div#footer {
	z-index: 102;
}


div.blog_image_preview_cont {
	position: absolute;
	z-index: 998;
	display: none;
	top: 200px;
	left: 200px;
	height: 200px;
	width: 300px;
	background-image: url('/_images/vdge/loading_image.gif' );
	background-position: center center;
	background-repeat = no-repeat;
	border: 1px dashed black;
	cursor: move;
}
