* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
min-height:600px;
font-family: GillSans;
background: #303030;
text-align:center;
}
@font-face {
font-family: helveticaUL;
src: url('helvetica.otf');
}
h1 {
color: #d7d7d7;
text-decoration:none;
	padding-top: 50px;
	text-align: center;
	font-size: 75px;
	font-family: GillSans;
	#letter-spacing: 5px;
	}
ul.apps {
  list-style:none;
  margin:40px auto auto auto;
  padding:0px;
  max-width: 850px;
  text-align:center;
  vertical-align: middle;
  	#font-family: helveticaUL;
	letter-spacing:1px;
}

ul.apps li {
  display:inline-block;
  width:200px;
  text-align:center;
    vertical-align: top;
}
ul.apps li img {
padding-top:50px;
padding-bottom: 10px;
height: 175px;
width: 175px;
}
#last {
padding-bottom:50px}
ul.apps li a {
  display:block;
  text-decoration: none;
  vertical-align: middle;
}
#ul.apps li#monitor a {
  #background: url('monitor.jpeg') no-repeat top center;
  #color: #EB1F49;
}
@font-face {
font-family: GillSans;
src: url('fonts/GillSansLightC_0.otf');
}
ul.apps li a {
  opacity: 1;
  position:relative;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  color: #cccccc;
  font-family:GillSans;
  }
ul.apps li a:hover {
  opacity: 0.8;
  top: -10px;
}

.footer {
	text-align:center;
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	#height: 70px;
	line-height: 25px;
	padding-top: 50px;
}

.footer a {
  color: #a8a8a8;
  text-decoration: none;
  margin: 30px 10px 0px 10px;
  display:inline-block;
}

.footer p.copyright {
  color: #b7b7b7;
  font-size: 15px;
  font-family: GillSans;
  padding-bottom:10px;
}

html {
  font-family: GillSans;
  color:В #000;
  font-size:20px;
}

/*h1 {
  text-indent: -9999px;
  background: url('../img/snowman_logo.png') no-repeat top center;
  width: 292px;
  height: 57px;
  margin: 80px auto 20px auto;
}*/

.wrapper {
  position: relative;
  min-height: 100%;
    max-width: 850px;
	margin:  auto;
}
.container {
  padding-bottom: 50px;
}

.block{
height: 300px;}

