	#mainContainer{
		width:300px;
		margin:5 auto;
		text-align:left;	
		background-color:#F2F2EB;
		border:0px solid #E2EBED;
		margin-top:1px;
	}
	
	.contentContainer{
		padding-left:5px;
		padding-right:10px;
		padding-bottom:5px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:120px;	/* Image width */
		height:80px;	/* Image height */		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:160px;
	}
    /* positi */
	.doubleFloatingDiv{
		float:top;
		width:90px;
		height:60px;
	}

	/* Don't change these values */
	/* FireFox and IE */
	.imageSlideshowHolder img{
		position:absolute;
		left:80px;
		top:0px;
	}

	/* SLIDE TEXT IKLAN */
	body{
		margin:0px;
		padding:0px;
		/* text-align:center; */
		height:100%;
	}
	#topRow{		
	}
	#mainContent{
		padding-left:10px;
		padding-right:10px;
	}
	
	#dhtml_marquee{
		/* general marquee layout*/
		padding-top:2px;
		height:12px;
		background-color: #000;		
		/* End general marquee layout */	
		position:absolute;
		left:15px;
		z-index:1000;
		bottom:0px;		
		display:none;		
		width:100%;
		overflow:hidden;
	}
	body > div#dhtml_marquee{	/* Firefox rule */
		position:fixed;
	}	
	#dhtml_marquee .textObj{	/* Layout for the marquee text */
		position:absolute;	
		color: #FFF;
		font-weight:bold;
		white-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#F00;	// Red color
	}
	.greenText{
		color:#0F0;	// Green color
	}
