#td {
	background-color: #181c1f;
	
}
#todaysdate{
    width: 85%;
    position: center;
    top: 100px;
    margin: auto;

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

	font: bold 300% sans-serif;
	color: black;

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

	line-height: 150%;
	font-family: serif;
}
/*footer stuff*/
#footertable{
	margin-top: 40%;
	border-spacing: 5px;
	font: sans-serif;
	text-align: center;
}

#todaysdate1{
    width: 900px;
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -450px;

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

	font: bold 300% sans-serif;
	color: black;

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

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

#ital{
	font-size: x-large;
	line-height: 0%;
}