/*html{
	text-align:center;
	font-family: "Courier New", Courier, monospace;
}*/

body {
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}

#titlebox{
	margin: 0 auto;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
}

#logo{
	height: 50px;
	float: left;
}

#epic-line{
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 15px;
	width: 85%;
	margin: 0 auto;
	margin-top: 15px;
}

#helpalert{
    position: fixed;
    top: 1em;
    right: 1em;
}

#uname{
    position: fixed;
    top: 1em;
    left: 1em;
}