/* CSS Document */
img, div {
	behavior: url(iepngfix.htc)
}


html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
 
body 
{background: #0e0705 url(images/bg.jpg) no-repeat scroll 50% 0;
	text-align: center;
	margin: 0;
	}
	
#container {
	margin: 0 auto 0 auto;
	text-align: left;	
	width: 995px; 	/* Total width */
	height:882px;
	position: relative;
}

#topspace{
	height:73px;
}

#left {
	width: 505px;
	height:765px;
	  float: left;
	position: relative;
}

#right {
	width: 490px;
	height:765px;
	text-align: left;
		  float: left;
}

#righttop {
	position: relative;
	width: 490px;
	height:175px;
	z-index: 2;
	left: 14px;
	top: 25px;
	visibility: visible;
	}
	
#righttop.home{
	background: url(images/top-home.png) no-repeat;
	background-image: url(images/top-home.png);
}
/** 
#righttop.date{
	background: url(images/top-date.png) no-repeat;
	background-image: url(images/top-date.png);
}
#righttop.comm{
	background: url(images/top-comm.png) no-repeat;
	background-image: url(images/top-comm.png);
}
#righttop.paper{
	background: url(images/top-paper.png) no-repeat;
	background-image: url(images/top-paper.png);
}
#righttop.speaker{
	background: url(images/top-speaker.png) no-repeat;
	background-image: url(images/top-speaker.png);
}
#righttop.prog{
	background: url(images/top-prog.png) no-repeat;
	background-image: url(images/top-prog.png);
}
#righttop.reg{
	background: url(images/top-reg.png) no-repeat;
	background-image: url(images/top-reg.png);
}
#righttop.accom{
	background: url(images/top-accom.png) no-repeat;
	background-image: url(images/top-accom.png);
}
#righttop.trans{
	background: url(images/top-trans.png) no-repeat;
	background-image: url(images/top-trans.png);
}
**/
#content{

	width: 430px;
	height:500px;
	border: 1px dotted;
	top: 25px;
	position: relative;
	border-color: #eeedeb;
}


#footer{
clear: both;
width: 995px; 
	height:44px;

}
