#logo {
	position:absolute;
	width:640px;
	height:250px;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-125px;
	background:url(../images/logo00.jpg);

	border: 0px solid #000;
}
#txt {
    font-family : 'Verdana', 'Geneva', sans-serif;
    font-size : 16px;
    color: #0000FF;
    }
