html, body
{
	margin: 0px;
	padding: 90px 10px 20px 10px;
	color: #ffffff;
	background-color: #212630;
	text-align: left;
	font-family: 'Univers LT Std', 'Univers LT', 'Univers', 'UDUnivers', 'Helvetica';
	font-size: 12pt;
	line-height: 1.2em;
	/* Enable ligatures and kerning. */
	text-rendering: optimizeLegibility;
	/* Make text less thick in WebKit browsers. */
	-webkit-font-smoothing: antialiased;
}

.main
{
	width: 830px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 30px;
}

.column
{
	width: 410px;
	display: inline-block;
	padding: 10px 0px 30px 0px;
	border-bottom: 5px solid #fff;
	position: relative;
	bottom: 0;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

p
{
	padding: 0px 0px 10px 0px;
}

a, a:link, a:visited
{
	color: #a2b2cc;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

a:active
{
	color: #fff;
	text-decoration: underline;
}

@font-face {
	font-family: 'UDUnivers';
	src: url('fonts/universltstd-webfont.eot');
	src: local('Univers LT Std'),
	     url('fonts/universltstd-webfont.woff') format('woff'),
		 url('fonts/universltstd-webfont.ttf') format('truetype'),
		 url('fonts/universltstd-webfont.svg#webfontaKCosW1L') format('svg');
	font-weight: normal;
	font-style: normal;
}

