/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
    background: #f6921e url("weblogo.png") center center no-repeat;
	font-family: 'Catamaran', sans-serif;
	text-align: center;
	display: table;
}

#linktext {
	display: table-cell;
    vertical-align: bottom;
	padding-bottom: 100px;
}

a {
	font-size: 16px;
	color: white;
}

a:link {
    color: white;
	text-decoration: none;
}

a:visited {
    color: white;
	text-decoration: none;
}