/* CTFM Stylesheet by Glasshouse Multimedia */

/*---------------SET UP DEFAULTS-------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #1C0B03;
	height: 100.02%;
	background: #003860;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 246px;
	width: 372px;
	margin-top: -180px;
	margin-left: -186px;
}
.logo {
	background: url(images/splash-logo.gif) no-repeat top left;
	width: 372px;
	height: 132px;
}
.btn-sa, .btn-uk {
	background: url(images/btn-sa.gif) no-repeat top left;
	width: 186px;
	height: 114px;
	display: block;
	float: left;
}
.btn-sa:hover, .btn-uk:hover {
	background: url(images/btn-sa.gif) no-repeat bottom left;
	width: 186px;
	height: 114px;
	display: block;
	float: left;
}
.btn-uk:hover {
	background: url(images/btn-uk.gif) no-repeat bottom left;
	width: 186px;
	height: 114px;
	display: block;
	float: left;
}

.btn-uk {
	background: url(images/btn-uk.gif) no-repeat top left;
}

/*--------------------LINKS------------------*/
a:link, a:visited, a:active { 
	outline: none;
}