body {
	background-color: #0A0C0F;
	margin: 0px;
}
a:link {
	color: #848484;
	text-decoration:none;
}
a:visited {
	color: #848484;
}
a:hover {
	color: #666666;
}
a:active {
	color: #848484;
}
.txt_01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.txt_02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.txt_03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 25px;
}
.border_table {
	border: 20px solid #0A0C0F;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #0A0C0F;
	position: relative;
	text-align: left;
	width: 550px;
	height: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.bt_entrer {
	width:550px;
	margin:25px auto;
	display:block;
	font-size:24px;
	}

