body, html {
	padding: 0pt;
	margin: 0pt;
	border-spacing: 0pt;
	font-family: sans-serif, monospace, arial;
}

.standardmargin {
	margin: 8px;
}

.header {
	padding: 20px 10px 20px 10px;
	text-align: center;
	background-color: #c0c0c8;
}

.header-element {
	display: inline;
	padding: 0px 30px 0px 30px;
	color: black;
	text-decoration: none;
}

.main {
	padding: 10px 10px 0px 10px;
	background-color: #e8e8f0;
	height: 93%;
}

.footer {
	background-color: #c0c0c8;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-inner {
	position: relative;
	margin: 25px 0px 25px 20px;
	vertical-align: middle;
}

.footer-element {
	display: inline;
	position: relative;
	padding: 5px 15px 5px 15px;
	margin: 15px 15px 15px 15px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: black;
}

.linkbutton {
	width: 60pt;
	height: 20pt;
	vertical-align: middle;
	text-align: center;
	border-spacing: 0pt;
	border-radius: 5pt;
	text-transform: none;
}

.linkbutton:hover {
	color: white;
}

.youtubered {
	background-image: linear-gradient(#ff5555, #ee0000);
}

.youtubered:active {
	background-image: linear-gradient(#ee0000, #ff5555);
}

.discordblue {
	background-image: linear-gradient(#7289DA, #5269BA);
	#background-color: #7289DA;
}

.discordblue:active {
	background-image: linear-gradient(#5269BA, #7289DA);
}

.twitchpurple {
	background-image: linear-gradient(#6845A8, #482588);
}

.twitchpurple:active {
	background-image: linear-gradient(#482588, #6845A8);
}

.graybutton {
	background-image: linear-gradient(#aaaab0, #888890);
}

.graybutton:active {
	background-image: linear-gradient(#888890, #aaaab0);
}

.title {
	text-align: center;
}

.center {
	text-align: center;
	margin-left: 38%;
}

.left {
	text-align: left;
}

.background {
	background-repeat: no-repeat;
}

.background_repeat {
	background-size: 128px;
	background-repeat: repeat;
}

#countdown {
	text-align: center;
	font-size: 100pt;
	text-shadow: 5pt 5pt 10pt gray;
}

a {
	color: black;
	text-decoration: none;
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}
