
/* Metropolis Advent Calendar 2009 - Copyright 2009 - NTTS. */
/* -------------------------------------------------------- */


/* Global Tags */

body {
	background: #51377e url(../images/xmas_background.jpg) center top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 75%;
	color: #fff;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #d8cced;
}

#wrapper {
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -480px;
	width: 960px;
	z-index: 1;
}

#christmas_lights {
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	width: auto;
	height: 150px;
	background-image: url(../images/lights.png);
	background-position: 50% 0;
	overflow: hidden;
	z-index: 999;
}


#header_container {
	position: relative;
	width: 960px;
	height: 165px;
}

#header_container h1 {
	background: url(../images/xmas_header.jpg) center top no-repeat;
	width: 960px;
	height: 131px;
	overflow: hidden;
	text-indent: -9999px;
}

#header_container h1 a {
	display: block;
	margin: 67px auto 0 auto;
	width: 250px;
	height: 60px;
}

#calendar_container {
	position: relative;
	background: url(../images/calendar_background.jpg) no-repeat;
	margin: 0 auto;
	width: 756px;
	height: 447px;
	overflow: hidden;
}

#calendar_container h2 {
	background: url(../images/happy_xmas_header.png) no-repeat;
	margin: 20px 0 0 40px;
	width: 420px;
	height: 69px;
	overflow: hidden;
	text-indent: -9999px;
}

#calendar_container p {
	background: url(../images/calendar_instructions.png) no-repeat;
	margin: 0 0 0 40px;
	width: 420px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
}

#footer_container {
	margin: 35px 0 0 205px;
	padding: 0 0 25px 0;
	font-size: .8em;
	line-height: 1.5em;
	overflow: hidden;
}

#home_link li {
	float: right;
	margin: 12px;
}

#home_link a {
	display: block;
	background: url(../images/home_button.png) no-repeat;
	width: 74px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
}

#address {
	clear: right;
	float: left;
	margin: 18px 0 0 0;
}

#copyright {
	float: right;
	margin: 18px 0 0 0;
	text-transform: uppercase;
}


