.sector {
   width: 300px;
   height: 200px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   float: center; 
   	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
   /*border: 5px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.sector.space {
	  background-image: url(../img/spacesector3.png); 
	  background-size:100% 100%;
	  background-repeat:no-repeat;
}
.sector.aero {
	  background-image: url(../img/aerosector3.png); 
	  background-size:100% 100%;
	  background-repeat:no-repeat;
}
.sector.energy {
	  background-image: url(../img/energysector3.png); 
	  background-size:100% 100%;
	  background-repeat:no-repeat;
}
.sector .mask,.sector .text{
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;


}
.sector a {
	font-color: #FFFFFF;
}
.sector a:hover {
	font-color: #000;
}
.sector img {
   display: block;
   position: relative;
}
.sector h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   width: 100%;
   padding: 5px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0 0 0 0;
   font: 600 20px Open Sans, Arial, Helvetica, sans-serif;
}
.sector p {
   font-family: Arial, sans-serif;
   font-style: regular;
   font-size: 12px;
   position: relative;
   color: #FFFFFF;
   padding: 10px 20px 10px;
   text-align: center;
}
.sector h1 {
   display: inline-block;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   width: 100%;
   position: relative;
   padding: 5px;
   background: #000000;
   margin: 0px 0px 0px 0px;
   font: 600 20px Open Sans, Arial, Helvetica, sans-serif;
}
.sector a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #CC0000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.sector a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}