@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}

div#holidayad{
	background: url(../images/reservations/holiday.jpg) top left no-repeat;
	width:300px;
	height:300px;
	position:absolute;
	
}
div#header{
	width:195px;
	top:25px;
	position:absolute;
	}


#holidayad h1{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}


#click-here{
	position:absolute;
	top:259px;
	left:195px;
	color:#FFFFFF;
	font-weight:bold;
}

#click-here a{
	color:white;
	}
	
#click-here a:hover{
	color:grey;
	}
#ajhcreate{
	color:#999999;
	font-size:10px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#ajhcreate a{
	color:#57A0F2;
	}