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

* { margin: 0; padding: 0; }

html { 
  height:100%;
}

img 
{ 	
	behavior: url(iepngfix.htc);
}

body {
	background-color:#FFFFFF;
	background-image:url(gfx/bg.jpg);
	background-repeat: repeat-x;
	height:100%;
}

#outer2 {
	position:absolute;
	left:50%;
	top:0%;
	width:505;
	height: 100%;
	margin-left:-253px;
	margin-top:0px;
	z-index: 1;
}

#pict_portal_01 {
	position:absolute;
	left:30px;
	top:225px;
	width:444px;
	height:212px;
	z-index:2;
}
