/* index/landing page css */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
  margin:0;
  font-family:'Lato', sans-serif;
  text-align: center;
  color: #999;
  background: url('../img/ificube.png') no-repeat;
  background-position: top;
}

.welcome {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 490px; 
  margin-left: -150px;
  margin-top: -150px;

}

a, a:visited {
  color:#FF5949;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

ul li {
  display:inline;
  margin:0 1.2em;
}

p {
  margin:2em 0;
  color:#555;
}

