body
	{
	background-color: #f8f8f8;
	width: 1000px;
	height: 534px;
	margin: auto;
	margin-top: 20px;
	}

#text
	{
	float: left;
	position: relative;
	left: 50px;
	top: -150px;
	color: white;
	font-family: "Helvetica";
	font-size: 30px;
	}

a
	{
	text-decoration: none;
	color: white;
	font-family: "Helvetica";
	font-size: 30px;
	}

a:hover
	{
	text-decoration: underline;
	}