
body
{
	font-family:Verdana;
}

#holidaycard
{
	background-color: #B3CCA3;
	height: 250px;
	margin: 100px;
	padding: 30px;
	position: relative;
	width: 600px;
}

img#logo
{
	border: none 0;
	left: 3px;
	position: absolute;
	top: -40px;
}

img#snowman
{
	left: 500px;
	position: absolute;
	top: 210px;
}

img#gifts
{
	left: 325px;
	position: absolute;
	top: 50px;
	height: 200px;
}

div#message
{
	color: #A32C28;
	left: 350px;
	position: absolute;
	top: 5px;
	width: 290px;
}

div#message em
{
	font-size: .75em;
}

#rotatingImages
{
	position: relative;
}

#rotatingImages a
{
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
}

#rotatingImages a img
{
	border: 0 none;
	width: 300px;
}

#rotatingImages ul
{
	list-style-type:none;
	margin: -15px 0 0 0px;
	padding: 0;
	position: absolute;
	top: 250px;
}

#rotatingImages ul li
{
	background-image: url('../images/1_32.png');
	background-repeat: no-repeat;
	color: Black;
	cursor: hand;
	cursor: pointer;
	float: left;
	font-size: .9em;
	height: 21px;
	margin-left: 5px;
	padding: 7px 7px 4px 10px;
	width: 15px;
	z-index: 50;
}

#rotatingImages ul li.current, #rotatingImages ul li.over
{
	background-image: url('../images/2_32.png');
	background-repeat: no-repeat;
	color: White;
}

div#credits a
{
	color: Gray;
	font-size: .6em;
	left:270px;
        position:relative;
	
}
