@charset "utf-8";
/* CSS Document */
body {
background-image:url(img/bg.jpg);
background-position:top;
background-color:#203363;
margin:0px;
font-family:Tahoma, "Trebuchet MS", Arial;
font-size:13px;
}
.border {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #0099FF;
	background-color: #FFFFFF;
	border: 1px solid #0099FF;
}


#box {
width:858px;
height:600px;
background-color:#0b1e40;
border: 1px solid #0095c7;
position:absolute;
margin-left:-429px;
left:50%;
margin-top:25px;

}

.txt1 {
color:#00aeef;
font-weight:bold;
font-size:15px;
}

.txt2 {
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

