div#wrapperHeader {
 width:100%;
 height;100px; /* height of the background image? */
 background:url(images/header.png) repeat-x 0 0;
 text-align:center;
}

div#wrapperHeader div#header {
 width:1000px;
 height:100px;
 margin:0 auto;
}

div#wrapperHeader div#header img {
 width:; /* the width of the logo image */
 height:; /* the height of the logo image */
 margin:0 auto;
}

body,html { 
margin:0px ; 
padding:0px ;
height:100%; 
width:100% 
}



h1
{
	
	font-weight:normal;
	color:#FFFFFF;
	background-color:#009999;
	text-align:center;
	padding:30px;
}
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
width:120px; /*width of block*/
height:25px;
font-size: 16px;
font-weight:none;
color:#FFFFFF;
background-color:#009999;
text-align:center;
padding:0px; /*area around text*/

text-decoration:none;
}
a:hover,a:active
{
background-color:#5DBFBF;

}
table {
    border-collapse: collapse;
	border-spacing:0;
}


#tabMap
{
	border:1px solid #00863D;
	width: 600px;
	height: 300px;
}
#tabLayer
{
	border:1px solid black;
	padding: 10px;
	width: 140px;
	height: 300px;
}
#info
{
	padding: 10px;
	text-align:center;
}
#logo
{
    width:158px;
    height:100px;
    float:center;

}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

html {
  border-top: 5px solid #fff;
  color: #2a2a2a;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Calibri';
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


#picture {
      width: 300px;
      height: 300px;
      background: url(your image URL) no-repeat;
      background-size: 300px 300px;
      border: 10px solid #fff;
      position: relative;    
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       box-sizing: border-box;
       -webkit-box-shadow: 5px 5px 5px #111;
       box-shadow: 5px 5px 5px #111;     
               }
.pic_transform {
        transition-duration: 0.5s;            
        -webkit-transition-duration: 0.5s; 
        -moz-transition-duration: 0.5s;    
        -o-transition-duration: 0.5s;
         overflow: hidden;
         height: 0px;
                         }
#picture:hover .pic_transform {
          height: 50px;
                          }
.text_display {
        transform-origin: top;               
        transition-duration: 0.5s;               
        -webkit-transform-origin: top;       
        -webkit-transition-duration: 0.5s;   
        -moz-transform-origin: top;           
        -moz-transition-duration: 0.5s;       
        -o-transform-origin: top;    
        -o-transition-duration: 0.5s;
        font-size: 16px;
        font-family: Arial;       
        font-weight: normal;
        text-align:center;
- See more at: http://www.gadgetronicx.com/2014/02/displaying-text-on-image-hover-effect-html-css.html#sthash.0safIjEI.dpuf

}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  display: inline-block;
  height: 316px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 237px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 316px;
  left: 0;
  position: absolute;
  top: 0;
  width: 237px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 316px;
  left: 0;
  position: absolute;
  top: 0;
  width: 237px;
  opacity: 0;
}
 
ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 316px;
  left: 0;
  position: absolute;
  top: 0;
  width: 237px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}



#footer{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}