body {
overflow: hidden;
background:#ebebeb;
}

#fullheight {
height:100%;
}

#topleft1, #bottomleft1, #topright1, #bottomright1{
width: 27px; !important;
height: 27px; !important;
}
#topleft1 {
background-image:url(images/corner_a.gif);
background-color: purple;
}
#topright1 {
background-image:url(images/corner_b.gif);
background-color: purple;
}
#bottomleft1 {
background-image:url(images/corner_c.gif);
background-color: purple;
}
#bottomright1 {
background-image:url(images/corner_d.gif);
background-color: purple;
}
#tophorizontal1 {
background-image:url(images/top.gif);
background-color: purple;
}
#bottomhorizontal1 {
background-image:url(images/bottom.gif);
background-color: purple;
}
#leftvertical1 {
background-image:url(images/left.gif);
background-color: purple;
}
#rightvertical1 {
background-image:url(images/right.gif);
background-color: purple;
}

