@charset "utf-8";

* {
   margin: 0px;
   padding: 0px;
}

html,body {
   height: 100%;
}

#wrapper {
	top:0px !important;
	position:absolute !important;
   width: 100%;
   height: 100%;
   background: #fff url(../images/bg.gif);
}

#wrapper_swai{
	top:0px !important;
	position:absolute !important;
   width: 100%;
   height: 100%;
   background: #fff url(../images/bg_swai.gif);
}

#header {
   width: 100%;
   height: 70px;
   background: url(../images/bg_sheader.gif);
}

#header_logo {
   text-align: right;
   width: 100%;
   height: 70px;
   background: url(../images/logo_iicosmo.gif) no-repeat;
}

#header_logo_swai {
   text-align: right;
   width: 100%;
   height: 70px;
   background: url(../images/logo_swai.gif) no-repeat;
}

#topmenu {
   margin-right: 5px;
}

#menu {
   width: 25%;
   height: 88%;
   float: left;
   background: #fff;
   overflow: auto;
}

#map {
   float: right;
   background: #fff url(../images/bg.gif);
}

