@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	outline: 0;
}

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #192a32;
}

img{
	border: none;
}

#splash{
	position: absolute;
	width: 760px;
	height: 420px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -150px;
}

#splash p{
	margin-bottom: 12px;
	text-indent: 20px;
}

#txt_splash{
	position: absolute;
	color: #ad9669;
	width: 360px;
	height: 203px;
	top: 300px;
	left: 83px;
}

#pub_splash{
	position: absolute;
	color: #ad9669;
	width: 287px;
	height: 203px;
	top: 100px;
	right: 290px;
}


#txt_splash p{
	text-align: justify;
	margin-bottom: 12px;
	text-indent: 20px;
}

#txt_splash a, a:visited, a:active{
	text-decoration: underline;
	color: #ad9669;
	border: none;
	outline: 0; 
}

#txt_splash a:hover{
	color: #dfc798;
	border: none;
}

a.btn_01{
	position: absolute;
	background: url(../img/btn_01.jpg) no-repeat 0 -26px;
	text-align: center;
	top: 374px;
	left: 486px;
	width: 145px;
	height: 26px;
}

a.btn_01:hover{
	background: url(../img/btn_01.jpg) no-repeat 0 0px;
	color: #bfa97f;
	text-decoration: none;
}

a.btn_02{
	position: absolute;
	background: url(../img/btn_02.jpg) no-repeat 0 -26px;
	text-align: center;
	top: 317px;
	left: 486px;
	width: 145px;
	height: 26px;
}

a.btn_02:hover{
	background: url(../img/btn_02.jpg) no-repeat 0 0px;
	color: #bfa97f;
	text-decoration: none;
}
