body {
	height			:100%;
	padding			:0;
	background		:url(../images/index/bg_bottom.gif) bottom no-repeat; /*** This is our faux columns ***/
	color			:#582672;
	font-size		:11px;
	text-align		:center; /*** Centers the design in old IE versions ***/ 
	margin			:0 auto; }
	
#melding {
  display:none;
  position:fixed;
  width:350px;
  z-index:20000;
	top:50px;
  heigth:250px;
  background:#FFF; border:4px solid #582672;
  margin-bottom:20px;
	text-align:left; padding:20px;}
#melding_close {
  display:block;
  width:25px; height:25px;
  position:relative;
  margin-left:340px;
  margin-top:-15px;
  margin-bottom:-15px;
	background:#CCC;
}  
#melding_close:hover {
	background:#000; cursor:pointer;
}  
#melding_bg {
  display:none;
  position:fixed;
  z-index:19998;
  top:0px; left:0px;
  background:#000;
  width:100%;
  height:100%; }
.transpar { filter:alpha(opacity=40);	-moz-opacity:0.4;	-khtml-opacity: 0.4; opacity: 0.4; }

	
	#likebox-frame-top{
	 display:block;
	 position:relative;
	 height:20px;
	 width:232px;
	 left:-2px;
	 background:url('../images/frame-top.png') bottom left no-repeat; }
	#likebox-frame-bottom{
	 display:block;
	 position:relative;
	 top:-1px;
	 height:20px;
	 width:232px;
	 left:-2px;
	 background:url('../images/frame-bottom.png') top left no-repeat; }
	#likebox-frame{
	 display:block;
	 position:relative;
	 border:2px solid #FFF;
	 width:228px;
	 z-index:10;
	 height:169px;
	 overflow: hidden;
	 top:-1px;
	 left:-2px;
	 background:#FFF; }
	#fblike{
		overflow:hidden;
		position:relative;
		width:238px;
		height:194px;
		left:-5px;
		top:-1px; }


