@import url(main_layout.css);

@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */


div#container { background:url(../images/bg_home.jpg); background-repeat:no-repeat; position : relative; width : 1034px; height:618px; margin : 0 auto; padding-top : 50px; text-align : left;  }
legend {  color: #fff; background-color: #0066FF;
border: 1px solid  #000066;
padding: 0 10px;}
  fieldset {  padding: 10px 10px; margin: 20px 20px ; width:600px;}
div#content_copywriting {position:absolute; left : 50px;}

}

/* =The rules below relate only to Mozilla Firefoc 1.5 and its provisional support for CSS3 columns. */
ul#nav_experts + p { -moz-column-count : 2; -moz-column-gap : 1em; } 
