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

body {
	background-color: black;
}

.contents {
	width: 900px;
	height: 500px;
	margin: 0px auto;
	font-family: sans-selif;
	font-size: 16px;
	font-weight: 600;
}

.frame {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	width: 880px;
	height: 480px;
}

.title {
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #85F4F2;
}
