
@import url(http://fonts.googleapis.com/css?family=Nunito);



.logo a{
  font-family: 'Nunito', cursive;
  
  
/*  font-weight:bold;*/
}
html{
  height:100%;
}
body>center{
  height:100%;
}
body{
  font-family:arial;
  font-size:12px;
  background:black;
  color:white;
  text-shadow: 0px 1px 5px #000;
  height:100%;
  margin:0px;

}
a{
  color:white;
}

#container{
  position:relative;
  width:1200px;
  text-align:left;
  min-height:600px;
}
#related{
  margin-bottom:20px;
}
#outer_container{
  display:table;
  height:100%;
}
#outer_container2{
  display:table-cell;
  vertical-align: middle;
}
#main{
  padding:20px;
}
#footer{
  position:absolute;
  width:100%;
  bottom:20px;
  text-align:center;
  font-size:10pt;
}
#header{
  position:relative;
  margin:0px;
}
.right_column{
  float:right;
  margin-left:20px;
}
.logo{
  padding:20px 20px 0px 20px;
}
.logo a{
  font-size:48pt;
  text-decoration:none;

}
.relatedsearchtitle2 {
  position: relative;
  padding: 0px;
  font-size:12px;
  margin-left:4px;
}
#results{
  margin-bottom:0px;
}
iframe {
  border:0;
  overflow:hidden;
}
.googleframe{
  position:relative;
  overflow:hidden;
  background:rgba(20,20,20,0.5);
  padding:20px;
  z-index:99;
  
}
.blured_background{
  z-index:1;
  position:absolute;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
