@font-face {
	font-family: TouchFont;
	src: url('font.ttf');
}

body {
  background-color: #F00;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 10px 0px 10px;
  text-align: center;
}

#holder {
	width: 480px;
	height: 320px;
}
	
#test{
	background-color: #222;
	height: 390px;
	top: -20px;
	padding-top: 30px;
}

#source {
  font-size: 1em;
  color: #777777;
  text-align: center;
}

#source a {
  text-decoration: none;
}
