html, body {
    font-family: verdana!important;
    color: #333333;
    font-size: 12px;
    height: 100%;
    margin: 0;
    min-height: 350px;
}


#header {
    width: 100%;
    height: 10px;
    margin: 0;
    background-image: none;
    color: black;
    filter:alpha(opacity=50);
    opacity: 1;
	
}

#header-title {
    color: black;
    font-family: "Istok",Trebuchet MS, sans-serif;
}

#header-page {
    color: black;
    font-family: "Istok",Trebuchet MS, sans-serif;
	padding-top: 25px!important;
}

#header-company-logo {
	background: url("tribu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position:center center;
	width: 400x;
	height:	150px;
	margin: 0 auto;
	box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}




.btn {
  border-style: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 9px 7px;
  text-decoration: none;
  color: white;
  background: #000091;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  border-style: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 9px 7px;
  text-decoration: none;
  color: white;
  background: #2323FF;
  cursor: pointer;
  white-space: nowrap;
}


