
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html {
	height: 100%;
}

body
{
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	color: #000000;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:visited
{
	color: #ffffff;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}




/* MAIN --------------------------------------------------------------------- */

#message {
	position: absolute;
	left: 20%;
	right: 20%;
	top: 20%;
	z-index: 2;
	text-align: left;
	cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.speaker {
	display: block;
}

canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#twitter {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
}