﻿body
{
	background-color: #323232;
	font-family: Centaur, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#Centre
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -250px;
	width: 500px;
	height: 100px;
}
#Congratulations
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Text
{
	width: 500px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#Kro
{
	z-index: 200;
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url('Kro_Logo.png');
}
#Link
{
	width: 200px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

A
{
	background-color: #323232;
	font-family: Centaur, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

A:Hover
{
	background-color: #323232;
	font-family: Centaur, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

