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