html { 
	background: black;
	background-image: url('bw4.jpg');
	background-position: center top;
}

body {
	font-family: helvetica;
	font-size: 4em;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

div.welcome {
	position: absolute;
	top: 200px; left: 50px;
}

.welcome2 {
	color: rgb(128,128,128);
}
