/* General styles */

body {
	font: 12px/1.4em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;		/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	color: white;
	background-color: rgb(48, 48, 48);
}

#globalcontainer {
	padding: 0;
	color: rgb(192, 192, 192);
	margin-top: 7em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 4em;
	letter-spacing: .05em;
	line-height: 1.2em;
	text-align: center;
}

