@charset "utf-8";
/* CSS Layout */

* 
{
  margin: 0;
}

html
{
  height: 100%;
}

body
{
  background: url(../images/b4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-position: bottom !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

img
{
  width:350px;
  opacity:1;
  border-style:solid;
  border-width:10px;
  border-color: #000;

}

.page-wrap
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -82px;
}

.push
{
  height: 82px;
}

.footercontainer 
{
   height: 82px; 
}

.headercontainer
{
  background-color: #000;
  width: 99.85%;
  height:200px;
  border: 1px solid #FFFFFF;
  left:0;
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;


}

.mainbodycontainer
{
  margin: 0 auto;
  overflow: auto;
  min-height: 200px;
  min-width: 999px; 
  padding: 80px 0;
}


.footercontainer
{
  background-color: #000;
  border: 1px solid #FFFFFF;
}

.header
{
  width: 999px;
  position:relative;
  top: 0px;
  margin: 0;
  padding: 0;
  padding-left:40px;
}

.menu
{
   position:absolute;
   bottom: 0;
   left: 50%;
   margin-left: -420px;
}

.footer
{
   width: 990px;
   margin: 0;
   padding: 0;
   padding-left:40px;

}


.mainbody
{
  margin: 0 auto;
  overflow: auto;
  min-height: 300px;
  min-width: 999px; 
  padding: 0 0;
  z-index: -1;

}


/*My Transparent Div*/
div.transbox
{
  width:70%;
  height:600px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color:  rgba(255,255,255,0.7);
}

div.transbox1
{
  width:70%;
  height:1300px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color:  rgba(255,255,255,0.7);

}


table.tbl
{
   margin-left: 5%; 
   margin-top:30px; 
   margin-bottom:20px; 
   margin-right: 5%;	
   line-height: 10%;
   background-color: rgba(255, 224, 224, 0.7);

}

  
#text
{
   width: 490px;
   float: right;
   position: relative;
   z-index:1;
   padding:20px;
}

#image
{	
   opacity:1;
   padding-top: 10px;
   padding-left:40px;
   float: left;
   position: relative;
   z-index:1;
   left:0%;	
}

#profile
{
   width: 200px;
   float: right;
   position: relative;
   z-index:1;
   padding-top:0px;
   opacity:1;
	
}

#name
{
   width: 600px;
   position: relative;
   t-index:1;
   padding:20px;
   line-height:0px;
}

#table
{
   line-height:10%;
}


#est
{
	position:absolute;
	left:100px;
	top:100px;
	z-index:1;	
}

