* {
	padding: 0;
	margin: 0;
	font-family: "Averia Light";
}

@font-face {
	font-family: "Averia Light";
	src: url(https://willdotjpg.gay/fonts/AVERIA-LIGHT.TTF);
}

body {
	background-image: url("https://willdotjpg.gay/images/backgrounds/asfalt-light.png");
	color: #ffffff;
	background-color: #13121b;
}

.main {
	width: 900px;
	height: 900px;
	border: 1px solid #000;
	position: absolute;
	transform: translate(50%, 5%);
	background-color: #1b1c20;
}

.header {
	background-image: url("https://willdotjpg.gay/images/seasonal/halloween/header.png");
	width: 900px;
	height: 129px;
	border-bottom: 1px solid #000;
}

.sidebarleft {
	width: 200px;
	height: 300px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

.sidebarright {
	width: 200px;
	height: 300px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float: right;
	box-sizing: border-box;
	padding: 5px;
	overflow: auto;
}

.middle {
	width: 490px;
	height: 300px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 205px;
	box-sizing: border-box;
	margin-top: -300px;
	padding: 10px;
	overflow: auto;
}

.divider {
	background-image: url("https://64.media.tumblr.com/53ad7af518535d8fa0686ee3219752fc/7cf915f60095705b-f6/s75x75_c1/8f73c6b583b9945457a68c81a241801ccf9c923e.gifv");
	width: 900px;
	height: 18px;
}

.image {
	width: 490px;
	height: 440px;
	margin-top: 5px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: right;
}

.oftheweek {
	width: 400px;
	height: 440px;
	margin-top: 5px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
	padding: 3px;
	background-image: url("https://willdotjpg.gay/images/backgrounds/bgstarz3.gif");
}

button {
	background-color: #0c0e23;
	width: 100%;
	height: 29.9px;
	border: 7px outset #0c0e23;
	font-weight: bold;
	line-height: 10px;
	font-size: 15px;
}

.bill {
	background-image: url("https://willdotjpg.gay/images/seasonal/halloween/bill2.png");
	background-size: 100%;
	width: 100px;
	height: 100px;
	z-index: 1;
	position: absolute;
	margin-left: 1500px;
	margin-top: 900px;
}

button a:visited {
	color: #000;
}

button a:hover {
	color: #695ea5;
}

button a {
	color: #464b84;
	text-decoration: none;
}

a {
	color: #394b84;
}

a:hover {
	color: #7c8bc3;
}

a:visited {
	color: #292f77;
}

textarea {
	background-color: #878787;
	border: none;
	font-family: monospace;
	width: 265px;
	height: 65px;
}
