@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-y: scroll;
	box-sizing:border-box;
}
div.home_container, div.home_cover {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
div.home_container {
	background-color: #000000;
	font-family: 'Marcellus SC', serif;
}
div.home_cover {
	background-color: #ffffff;
	z-index: 999;
}
div.home_text {
	width: 100%;
	min-width: 300px;
	margin-top: 15%;
	font-size: 40pt;
	color: #ffffff;
	text-align: center;
}
span#home_text_rotate {
	font-family: 'Marcellus SC', serif;
}
div.home_text ul#fade {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	width: 100%;
	min-width: 300px;
	font-family: 'Damion', cursive;
	font-size: 20pt;
	text-align: center;
	color: #ffffff;
	z-index: 99;
}
