body {
	background-image: url(matrixthing.gif);
	height: 100%;
}

body#phase2 {
	background-image: url(matrixthing2.gif);
	height: 100%;
}

body#phase3 {
	background-image: url(matrixthing3.gif);
	height: 100%;
}

#container {
	width: 950px;
	margin: auto;
	height: 100%;
}

div#main {
	background-image: url(textbackground.png);
	margin-top: 110px;
	margin-bottom: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

p.divider {
	text-align: center;
	margin-bottom: 30px;
}

p.suggestion {
	font-style: italic;
	color: #a5a5a5;
}

p.link {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
	
p.link a {
	color: #FFFFFF;
}

p.link a:hover,
p.link a:focus {
	text-decoration: none;
}