@charset "utf-8";
/* CSS Document */

body, td, th {
	background-color: #111;
	background-image:url("img/seamlesswood1.png");
    background-repeat:repeat;
	background-size:cover;
}
.cont{
	background-color:#888;
	width:300px;
	height:300px;
	
	
	}
.st{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	position:fixed;
	float:left;
	
	
}
.world {
  // background-image:url("img/bkgshadow.png");

    height: 100%;
    left: 0;
    //perspective: 1500px;
    //perspective-origin: 50% 50%;
    position: fixed;
    top: 0;
    width: 100%;
}
.shadow {
    background-image:url("img/bkgshadow1.png");
	background-size: 100% 100%;
    background-repeat: no-repeat;
	
    height: 100%;
    left: 0;
   // perspective: 1500px;
   // perspective-origin: 50% 50%;
    position: fixed;
    top: 0;
    width: 100%;
}
.pushMe{
	width:600px;
	height:0px;
	background-image:url("img/logoBN.png");
	
	position:absolute;
	top:0px;
	left:0px;
}

.dotted{
	width: 600px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

.dat {
    background-color: #000;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 50px;
}
.card {
    background-color: #999;
    height: 300px;
    left: 0;
    position: fixed;
    top: 0;
    transform: rotateX(50deg);
    width: 300px;
}
.printer {
    background-image: url("img/bars.png");
    height: 232px;
    left: 0;
    position: fixed;
    top: -232px;
    width: 100%;
}
.header {
    background-image: url("img/header.png");
    float: left;
    height: 91px;
    left: 0;
    position: relative;
    top: 70px;
    width: 145px;
}
.lft {
    background-image: url("img/leftw.png");
    float: left;
    height: 230px;
    position: relative;
    width: 38px;
}
.rgt {
    background-image: url("img/rightw.png");
    float: right;
    height: 230px;
    position: relative;
    width: 38px;
}
.gearTopL {
    background-image: url("img/gear.png");
    background-repeat: no-repeat;
    float: right;
    height: 49px;
    left: -4px;
    position: relative;
    top: 6px;
    width: 49px;
}
.gearDownL {
    background-image: url("img/gear.png");
    float: right;
    height: 49px;
    left: -4px;
    margin-left: -10px;
    position: relative;
    top: 134px;
    width: 49px;
}
.gearTopR {
    background-image: url("img/gear.png");
    background-repeat: no-repeat;
    float: right;
    height: 49px;
    left: 14px;
    position: relative;
    top: 6px;
    width: 49px;
}
.gearDownR {
    background-image: url("img/gear.png");
    float: right;
    height: 49px;
    left: 14px;
    margin-left: -10px;
    position: relative;
    top: 134px;
    width: 49px;
}
.coverR {
    background-image: url("img/rightw.png");
    float: left;
    height: 230px;
    margin-top: -98px;
    position: relative;
    width: 38px;
}
.coverL {
    background-image: url("img/leftw.png");
    float: left;
    height: 230px;
    margin-top: -98px;
    position: relative;
    width: 38px;
}
.linkedin{
	background-image: url("img/lkdin.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 7%;
	height: 7%;
	float: left;
	position: relative;
	margin-top: 60%;
	margin-left:85%;
	visibility: hidden;
	z-index:9999;
	
}
