div.nicetitle {
    position: absolute;
    padding: 4px 1px;
	margin-top: 25px;
    top: 0;
    left: 0;
    color: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url("images/nicetitle_background.png") repeat-x;
}

div.nicetitle p {
    padding: 0 1px;
    text-align: center;
	font-size: 1em;
}

