iframe#iframemain
{
height: 400px;
width: 975px;
/*border : thin solid red;*/
}

div#divbanner
{
 position: relative; 
 top: 0px; 
 left: 0px; 
 margin-bottom : 0px;
 vertical-align: middle;
 /*border : thin solid yellow;*/
}  

div#divsearch
{
position: relative;
top: 0px;
left: 10px;
width: 110px;
height:20px;
/* border : thin solid green; */
}  

div#divfooter
{
position: relative;
top: 0px;
left: 0px;
width: 100%;
/*border : thin solid brown; */
z-index: -1;
height: 75px;
}  


div#divmain {
    position: relative;
    top: 0px;
    left: 0px;
    /*
    width: 900px;
    height : 500px;
    border : thin solid red;
    */
    z-index: 2;
}  

