
     .idTabs { margin:0px; }
      .idTabs ul { background:#000000; padding:5px; float:left; }
      .idTabs li { list-style:none; /*Try deleting this float*/ float:left; }
      .idTabs a { display:block; background:#000000; color:snow; padding:0 13px; font:bold 12pt Arial; text-decoration:none; }
      .idTabs a.selected { background:#FFF; color:#000; }
      .items>div { display:none; float:left; margin:0.1em 0 0 0.5em; }
	  .items a {padding:0;}
      .idTabs ul, .idTabs a { border-radius:4px; -moz-border-radius:4px; }

html, body {
height: 100%;
margin: 0;
padding: 0;
background:#000000;
font-family: Tahoma;
}

* {
margin:0px auto;
padding:0;
}

img
{
border: 0;
}

div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -300px;
float: left;
}

div#wrapper {
width: 862px;
height: 358px;
clear: both;
background:black;
position: relative;
top: -300px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
}

div#wrapper1 {
  margin-top: 50px;
width: 666px;
height: 50px;
clear: both;
background:black;
position: relative;
top: -300px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
}

