/* Start of CMSMS style sheet 'ps2_layout' */
html {
	height:100%;
	min-height:100%;
}

body {		
	height:100%;
	min-height:100%;	
	margin:0;
	padding:0;
	background: #838280 url("i/BG_body.gif") repeat-x; /* gradient with gentle stripes */
}

.lady { behavior: url(http://www.personalstylist.pl/lib/iepngfix.htc); }

div, img {
	margin: 0; 
	padding: 0;
	border: 0;
}

#container0 {  /* the outer most container, always expands to 100% */
	position: relative;
	width:800px; 
	min-height:100%;
	background: black bottom right url("i/BG_container0.gif") no-repeat; /*vertical dotted line + bottom flower, very looong*/
}

* html #container0 {
	height: 100%;	
}

#header0{
	height: 138px;
	background: url("i/BG_body.gif") repeat-x; /* gradient with gentle stripes */
}

#header1{
	height: 138px;
	background: left bottom url("i/BG_header.gif") no-repeat; /* flower in the header */
}

#languageButtons{ /* div storing language change buttons */
	position:absolute;
	top: 25px;
	left:25px;
}
 
#logo{ /* div storing logo image */
	position:absolute;
	top: 25px;
	left:305px;		
}

#fbShareButton{
	position:absolute;
	top: 5px;
	left:700px;
}
#container1 { /* the middle container, resides below header, stores menu and contentContainer (both floated left)*/
	padding-top: 19px; /* to make sure top horizontal dashed line is visible */
	padding-bottom: 40px; /* to make sure footer fits in the bottom, should be at least footer height */
	background: top url("i/BG_container1.gif") no-repeat; /* horizontal dots with the dotted corner */
        overflow:auto;
        width:100%;
}

#footer {
	position:absolute;
	bottom: 0px;
	height: 26px;
	width: 770px;
	background: top left url("i/BG_footer.gif") repeat-x; /* horizontal repeatable dots */
        padding: 4px 0px 2px 0px;
        overflow: hidden;
}
/* End of 'ps2_layout' */

