body {
	background-color : black;
	vertical-align : middle;
}

#main{
	font-family : "Courier New", Courier, monospace;
	color: white;
	width : 100%;
	height : 100%;
	padding:0 0 0 30%;
	margin:0;
	text-align : left;
}

#text{
	position : relative;
	top : 50%;
}

a {
color: white;
}