/* =========================== elements ============================= */

body { 
	background: #000 url(../img/bg.png) repeat-x 0 0;
	font: normal 12px Georgia, Arial;
	color: #fff; overflow-x: hidden;
	height: 100%;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #066; 
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */

.holder{ 
	width: 690px;
	margin: 0 auto;
	position: relative;
}

#moon {
	background: url(../img/moon.png) no-repeat;
	width: 655px; height: 363px;
	position: absolute;
	top: 0; left: -360px;
	z-index: -1;
}


/* ========================== layout end ============================ */

/* ============================ header ============================== */

#logo {
	background: url(../img/383.gif) no-repeat;
	width: 52px; height: 52px; float: left;
	position: relative; z-index: 2;
	margin-top: 51px;
}

#happy-xmas {
	font-size: 18px; font-style: italic;
	float: left; width: 435px;
	margin-top: 50px; margin-left: 25px;
}
#happy-xmas span {	
	font-size: 24px;
}
#happy-xmas a {
	color: #acc7c7;
	text-decoration: underline;
}



/* ========================== header end ============================ */

/* ============================ content ============================= */

#calendar {
	width: 690px; height: 480px;
	margin-top: 50px;
}

.door {
	background: url(../img/door.gif) no-repeat;
	width: 130px; height: 82px; float: left;
	margin-left: 8px; margin-bottom: 10px;
	position: relative; text-indent: -2008%;
}

.day {
	background: url(../img/day.png) no-repeat;
	width: 32px; height: 31px; line-height: 26px;
	position: absolute; text-align: center;
	left: -10px; top: -10px; text-indent: 0;
}


/* ========================= bottom-nav end ========================= */

/* ============================= footer ============================= */


#footer {
	width: 1300px; height: 505px;
	position: absolute;
	top: 300px; left: -300px;
	z-index: -1;
}

#main {
	position: absolute;
	z-index: 0;
}

#disclaimer {
	padding-top: 210px;
	width: 690px; margin: 0 auto;
	padding-bottom: 10px;
	font-style: italic;
	color: #cccccc;
	position: absolute;
	top: 600px;
}

#disclaimer h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #ffffff;
}

#disclaimer a {
	color: #acc7c7;
}

#follow {
	padding-top: 10px;
}

/* =========================== footer end =========================== */

iframe {
overflow-x: hidden;
overflow-y: auto;
} 
