/****************************
  COMMON STYLES
****************************/ 

body {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	background-color: #f6eeeb;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	height: 100%;
}

/****************************
  BACKGROUND
****************************/ 

#middle_bg_1_wrapper {
	width: 100%; text-align: center; margin: 0px auto; position: absolute; left: 0px;
}

#middle_bg_1 {
	width: 970px; height: 605px; margin: 0px auto; top: 0px; 
}

#middle_bg_2 {
	position: absolute; width: 100%; height: 815px; background-image: url('../images/middle_bg_2.jpg'); background-repeat: repeat-x; z-index:-1; background-position: center bottom; left: 0px;
}

#postcard_container {
	position: absolute; margin: 0px auto; top:242px; width: 100%; height: 428px; left: 0px;
}

#postcard {
	width: 608px; height: 428px; margin: 0px auto; background-image: url('../images/postcard.png');
}


/****************************
  WEBMAIL LINK
****************************/

.webmail {
	float: right; width: 150px; height: 23px; padding-right: 40px; padding-top: 290px;
}

.webmail img {
	border: 0px;
}

/****************************
  COUNTER
****************************/ 

#countdown {
	text-align: left; position: relative; width: 320px; height: 30px; float:left; margin: 0px; left: 40px; top: 325px; font-size: 20px; color: #696969; font-family: arial; font-weight: normal;
	-webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg);
}

