body{
margin:0px;
padding:0px;
height:100%;
width:100%;
background-image:url('../images/grada.png');
background-color:#eeeeee;
background-repeat:repeat-x;
}
div{
position:absolute;
padding:0px;
margin:0px;
font-family:arial;
}
#wrppr{
position:static;
width:1000px;
margin:25px auto 25px auto;
}
#wrpprbdy{
position:relative;
top:0px;
left:0px;
width:1000px;
}
/*--header start--*/
#hdr{
top:0px;
left:0px;
width:1000px;
height:200px;
background-color:#ffffff;
background-image:url('../images/grad.png');
}
#logo{
top:0px;
left:0px;
width:200px;
height:200px;
background-image:url('../images/logo.png');
}
#name{
top:50px;
left:200px;
width:500px;
height:100px;
background-image:url('../images/companyname.png');
}
#mv{
top:0px;
right:80px;
width:200px;
height:200px;
}
/*--header end--*/

/*--menu start--*/
#menuwrppr{
top:200px;
left:0px;
width:1000px;
height:40px;
}
#menulft{
top:0px;
left:0px;
width:178px;
height:40px;
background-image:url('../images/tl.bmp');
}
#menutp{
top:0px;
left:178px;
width:708px;
height:10px;
background-image:url('../images/mt.bmp');
}
#menurght{
top:0px;
left:886px;
width:20px;
height:40px;
background-image:url('../images/rs.bmp');
}
#menurght2{
top:0px;
left:906px;
width:94px;
height:40px;
background-image:url('../images/t.bmp');
background-repeat:repeat-x;
}
#menu{
top:10px;
left:178px;
width:668px;
height:40px;
}

/*--menu end--*/
/*--body start--*/
#bdywrppr{ /*needed always*/
top:240px;
left:0px;
width:1000px;
}
#bdy{
position:relative;
width:787px;
padding: 0px 35px 0px 178px;
background-image:url('../images/side.bmp');
background-color:#ffffff;
background-repeat:repeat-y;
color:#333333;
text-align:justify;
}
h1{}
/*--body end--*/

/*--footer--*/
#ftr{
position:relative;
width:1000px;
height:165px;
}
#ftrtpL{
position:absolute;
top:0px;
left:0px;
width:178px;
height:40px;
background-image:url('../images/lb.bmp');
}
#ftrtpR{
position:absolute;
top:0px;
left:178px;
width:822px;
height:40px;
background-image:url('../images/b.bmp');
}
#ftrbdy{
position:absolute;
top:40px;
left:0px;
width:1000px;
height:100px;
background-color:#505050;
color:#ffffff;
text-align:center;
font-size:0.7em;
}
/*+------------------------------------------------------+*/
/*|                   text Properties                    |*/
/*+------------------------------------------------------+*/
 a:link {
 color:#000000;
 text-decoration: none;
 }
  a:visited{
 color:#000000;
  text-decoration: none;
 }
 a:hover {
 color:#000000;
  text-decoration: none;
  background: #ffffff;
 }
 a:active {
 color:#000000;
  text-decoration: none;
 }