body
{
   text-align:center;
   background-image: url("tabletop.png");
}

#titlescreen
{
	background-color: #ebebeb;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border-radius: 20px;
}

#titlescreen a
{
	text-decoration: none;
	color: black;
}

#titletext
{
	font: bold 140px Helvetica;
}

#notme
{
	background-color: #ebebeb;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border-radius: 20px;
}

#notme a
{
	text-decoration: none;
	color: black;
}

#notmetext
{
	font: bold 140px Helvetica;
}