body
{ 
background-image: url('bgr.jpg');
font-family: arial, verdana, sans serif;
}

a:link {
color: black;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: none;
color: white;
background-color: #5b9cc0;
cursor: pointer;
}

a:active {
text-decoration: none;
color: red;
}
 
#banner{
top:-7px;
margin-left:0px;
width:1000px;
height:182px;
position:absolute;
background-image: url('banner.jpg');
background-repeat: no-repeat;
z-index:6;
}

#container{
top: 0px;
text-align: left; 
width: 1000px; 
height: 750px;
position:relative;
margin-left: auto; 
margin-right: auto;
background-color: #ffffcc;
z-index:2;
}

#laptop{
bottom:0px;
left:0px;
width: 130px;
height: 100px;
position: absolute;
background-image: url('laptop1.jpg');
background-repeat: no-repeat;
z-index: 5;
}

#server{
bottom:0px;
right:2px;
width: 130px;
height: 115px;
position: absolute;
background-image: url('servers.jpg');
background-repeat: no-repeat;
z-index: 5;
}

#btSh{
top: 169px;
margin-right:0px;
width:224px;
height:383px;
float:right;
position:relative;
background-image: url('btSh.jpg');
z-index:6;
}

#bt1{
top:161px; 
margin-left:783px; 
height: 59px; 
width:230px; 
background-image:url('btnHome.jpg'); 
position:absolute; 
z-index:7;
}

#bt1:hover{
background-image:url('btnHome1.jpg');
}

#bt2{
top:226px; 
margin-left:783px; 
height: 59px; 
width:230px; 
background-image:url('btnData.jpg'); 
position:absolute; 
z-index:7;
}

#bt2:hover{
background-image:url('btnData1.jpg');
}

#bt3{
top:291px; 
margin-left:783px; 
height: 59px; 
width:230px; 
background-image:url('btnWeb.jpg'); 
position:absolute; 
z-index:7;
}

#bt3:hover{
background-image:url('btnWeb1.jpg');
}

#bt4{
top:356px; 
margin-left:783px; 
height: 59px; 
width:230px; 
background-image:url('btnSupport.jpg'); 
position:absolute; 
z-index:7;
}

#bt4:hover{
background-image:url('btnSupport1.jpg');
}

#bt5{
top:421px; 
margin-left:783px; 
height: 59px; 
width:230px; 
background-image:url('btnAbout.jpg'); 
position:absolute; 
z-index:7;
}

#bt5:hover{
background-image:url('btnAbout1.jpg');
}

#bt6{
top:486px; 
margin-left:783px; 
height: 72px; 
width:230px; 
background-image:url('btnContact.jpg'); 
position:absolute; 
z-index:7;
}

#bt6:hover{
background-image:url('btnContact1.jpg');
}

#dataBox{
top: 180px;
left: -10px;
width:280px;
background-color:#eeeebb;
padding:10px;
border:1px solid grey;
position:absolute;
z-index:8;
box-shadow:5px 5px 10px grey;
-webkit-box-shadow:5px 5px 10px grey;
-moz-box-shadow:5px 5px 10px grey;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#webBox{
top: 190px;
left: 400px;
width:280px;
background-color:#eeeebb;
padding:10px;
border:1px solid grey;
position:absolute;
z-index:8;
box-shadow:5px 5px 10px grey;
-webkit-box-shadow:5px 5px 10px grey;
-moz-box-shadow:5px 5px 10px grey;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#suppBox{
top: 500px;
left: 230px;
width:480px;
background-color:#eeeebb;
padding:10px;
border:1px solid grey;
position:absolute;
z-index:8;
box-shadow:5px 5px 10px grey;
-webkit-box-shadow:5px 5px 10px grey;
-moz-box-shadow:5px 5px 10px grey;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#title{
background-color:#2c344b; 
color:white; 
width:100%;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

#mainBox{
top: 180px;
left: 20px;
width:720px;
background-color:#eeeebb;
padding:10px;
border:1px solid grey;
position:absolute;
z-index:8;
box-shadow:5px 5px 10px grey;
-webkit-box-shadow:5px 5px 10px grey;
-moz-box-shadow:5px 5px 10px grey;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#addrBox{
bottom:50px;
right:10px;
width:200px;
background-color:#eeeebb;
padding:10px;
border:1px solid grey;
position:absolute;
z-index:8;
box-shadow:5px 5px 10px grey;
-webkit-box-shadow:5px 5px 10px grey;
-moz-box-shadow:5px 5px 10px grey;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

