html, body {
	height: 100%;
	background-color: black;
	font-family: Helvetica, 'DIN Next W01 Regular', Arial;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.container {
	position: relative;
	width: 1024px;
	height: 918px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../image/site/gray-noise-bg.png");
	background-repeat: repeat;
}

#soundboard .image {
	width: 100%;
	height: 363px;
	text-align: center;
	border-bottom: 1px solid #df4f23;	
	padding-top: 300px;
}

#soundboard .message h3 {
	font-size: 18px;
	color: #b9b9b9;
	text-align: center;
}

#soundboard .message h3 a {
	color: #df4f23;
	text-decoration: none;
}

#soundboard .message h3 a:hover {
	text-decoration: underline;
}

#soundboard .message p {
	width: 260px;
	font-size: 14px;
	color: #b9b9b9;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	text-align: center;
}

#soundboard .rivet {
	position: absolute;
	width: 13px;
	height: 14px;
	background-size: 13px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../image/site/rivet.png");
}

#soundboard .rivet.tl {
	left: 20px;
	top: 20px;
}
#soundboard .rivet.tr {
	right: 20px;
	top: 20px;
}
#soundboard .rivet.bl {
	left: 20px;
	bottom: 20px;
}
#soundboard .rivet.br {
	right: 20px;
	bottom: 20px;
}