/* ------ Styling that is specific to the opening screen (main menu) ------ */

/* ------ Header styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 563px;
	width: 750px;
	background-image: url(../Images/ListsScreen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents #title {
	left: 0px;
	height: 100px;
	width: 100%;
	background-color: #364F2F;
	color:#FFE458;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contents #title p {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
}

#contents #title h1 {
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}
