html, body { margin: 0; padding: 0; color: #FFF; }
body { 
	background: #000;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 20px;
}
.websitefield { width: 400px; padding: 3px; text-align: center;}
.copybutton { height: 20px; }

.pressquote {
	font-size: 30px;
}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F00;
}

#maincontainer {
	position: relative;
	display: block;
	text-align: center;
	width: 1000px;
	height: 610px;
	
	margin: 10px auto 0 auto;
}

#tv {
	width: 950px;
	z-index: -10;
}

#slayogram {
	position: absolute;
	top: 157px;
	left: 113px;
	
	width: 560px;
	z-index: 10;
}

#socialbuttons { 
	position: absolute; 
	width: 100px;
	top: 275px;
	right: 140px;
	z-index: 100;
}

#sorry {
	max-height: 80px !important;
	text-align: center;
	height: 80px;
	color: #FFF;
}

.action-button {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	background: #800;
	font-size: 10px;
	vertical-align: middle;
	width: 72px;
	padding: 10px 0px 10px 0px;
	margin-top: 55px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold !important;
	font-size: 12px;
	line-height: 12px;
	border: 2px solid #FFF;
	-webkit-appearance: none;
}

#socialbuttonsmobile{
	display: none;
}

.action-button:hover {
	background: #000;
	color: #FFF;
	cursor: hand;
}

#knob {
	position: absolute;
	top: 121px;
	right: 130px;
	z-index: 100;
}

.mainheader {
	font-size: 25px;
	font-weight: bold;
	color: #C00;
	line-height: 25px !important;
}

.namefield {
	width: 50%;
	height: 50px;
	font-size: 30px;
	text-align: center;
	background: #C00;
	border: 3px solid #FFF;
	color: #FFF;
	border-radius: 10px;
}

#knob:hover {
	
}

.websitefield {
	display: none;
}


