/* GSi CSS Stylesheet */

<!--
.normal A:link{text-decoration:none;}
.normal A:visited{text-decoration:none;}
.normal A:hover{text-decoration:underline;}


.body A:link{color: #CC6600; text-decoration:none;}
.body A:visited{color: #CC6600; text-decoration:none;}
.body A:hover{color: #CC6600; text-decoration:underline;}
-->

body {margin:0px;}
#bg_image {
width: 1024;
height: 768;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
z-index: 1;
position: absolute;
}
#scroller {
height: 600px;
overflow: auto;
}

