html, body {
	background:#1b2739;
	margin:0;
	padding:0;
	height:100%;
}
#intro {
	width:500px;
	height:500px;
}
table {
	margin:0;
	width:100%;
	height:100%;
}

table td {
	border:0;
}

table td a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px 5px 3px 5px;
	width:200px;
}

table td a:hover {
	color:#FFF;
	text-decoration:underline;
}