/* @override http://starlinkuk.co.uk/css/stylesheet.css */

body {
	background-color: #1c1c1c;
}

#CENTER {
	width: 340px;
	margin: -200px -170px -75px;
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
}

#CENTERPORT {
	width: 800px;
	margin: -200px -400px -75px;
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
}

#LOGO {
	height: 145px;
	width: 345px;
	background-image: url(../images/logo.png);
	margin: auto;
}

#CONTENTBOX {
	color: #d6d6d6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
	border-bottom: 1px solid #575656;
	border-top: 1px solid #575656;
	text-align: center;
}

#COPYRIGHT a,#COPYRIGHT a:hover, #COPYRIGHT a:visited{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px;
	color: #161616;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

img {
	border-style: hidden;
	margin: 5px;
}
