@charset "utf-8";
/* CSS Document */

@import url("structure.css");
@import url("presentation.css");

body {
	margin:0px;
	background:white url(../../_sharedimg/body_bg.gif) repeat-x;
}

#wrapper_body {position:relative; height:600px;}
#wrapper > #wrapper_body {height:auto; min-height:600px;}