
#todaysdate{
    width: 700px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -350px;

    padding: 5px;
	border-radius: 20px;
	border: 3px solid #5091cd;

	font: bold 300% sans-serif;
	color: black;
	background: #333333;

	text-align: center;
	background-color: white;

	line-height: 150%;
	font-family: serif;
}




