@charset "utf-8";
/* CSS Document */

body td, th{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFDD;
	line-height:140%;
}


body{
	background:#741A1A;
	margin:0;
	padding:0;
}


#holdpage{
	width:850px;
	margin:0 auto;
	padding:0;
}


#logo{
	width:217px;
	height:650px;
	margin:0;
	padding:0;
}

#honeymoon{
	width:633px;
	height:148px;
	margin:0;
	padding:0;
}


#banner{
	width:536px;
	height:502px;
	margin:0;
	padding:0;
}

#bg_right{
	width:97px;
	height:502px;
	margin:0;
	padding:0;
}

#bg_footer{
	float:left;
	width:589px;
	height:50px;
	margin:0;
	padding:0;
	background:url(../images/apsarahoneymoonlast_05.jpg) no-repeat;
}

#enter{
	float:left;
	width:261px;
	height:50px;
	margin:0;
	padding:0;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:502px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

