body{
  text-align: center;
  background: #000000;
	background-image: url("images/seoulicious-background.jpg");
	background-size: cover;
  font-family: sans-serif;
  font-weight: 100;
}

h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

.link{
  margin-top: 40px;
}

a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  background: #ca2e27;
  border-radius: 10px;
  text-decoration: none;
}

a:hover{
  background: #ef5656;
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 250px;
}


#clockdiv > div{
	border-radius: 3px;
	display: inline-block;
}

#clockdiv div > span{
	border-radius: 3px;
	display: inline-block;
}

.smalltext{
	font-size: 36px;
	text-align: center;
}/* CSS Document */

