@font-face {
	font-family: 'Segoe UI';
	src: url('segoeui.ttf')  format('truetype');
}

@font-face {
	font-family: 'Segoe UI';
	src: url('segoeuib.ttf')  format('truetype');
	font-weight:bold;
}

body{
	background-color: #000000;
	font-family:"Segoe UI",sans-serif;
	color:#ffffff;
	min-width:920px;
}

#frame_main{
	width:1040px;
	margin: 0 auto;
}

#header{
	width:100%;
	position:relative;
	display:flex;
	justify-content:center;
	text-align: center;
	font-family:"Merriweather",serif;
	color:#ffffff;
	font-size:42px;
	font-weight:bold;
	line-height:92px;
	margin:10px 0;
}

#frame_options{
	position: relative;
	height:618px;
	text-align:center;
}
.button{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button:hover{
	cursor:pointer;
}
.wideincludebutton{
	text-align:center;
	font-size:21px;
	height:35px;
	line-height:21px;
	width:370px;
	display:inline-block;
	border-radius:2px;
	padding-top:10px;
	transition: 0.3s;
	font-weight: bold;
}
#notincluded{
	background-color: #7797ff;
}
#notincluded:hover{
	background-color: #ffffff;
	color:#7797ff;
}
#included{
	background-color: #ff5165;
}
#included:hover{
	background-color: #ffffff;
	color:#d82a3e;
}