html	{
	background-color: #515151;
	background-position: top center;
	background-repeat:no-repeat;
	max-width: 500px;
  margin: auto;
	margin-left: auto;
	margin-right: auto
}


div.main	{
	position: relative;
}

strong	{
	font-weight: bold;
}

a		{
	link-color: white;
}

div.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

div.speech {
  position: absolute;
  width: 150px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  border: 8px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

div.speech:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 100px;
  border: 25px solid;
  border-color: #666 transparent transparent #666;
}

div.speech:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: 100px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}
