@charset "utf-8";
/* CSS Document */

.bgJack {
	background-image: url(images/union_jack_fade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	top: 10px;
	left: 10px;
	position:absolute;
	height: 600px;
	width: 799px;
}

.bgGroup {
	background-image: url(images/group_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	z-index: 1;
	top: 0px;
	left: 25px;
	height: 600px;
	width: 570px;
	position:absolute
}
.bgBill {
	background-image: url(images/Bill_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	z-index: 1;
	top: 0px;
	left: 25px;
	height: 600px;
	width: 513px;
	position:absolute
}
.bgTom {
	background-image: url(images/tom_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	z-index: 1;
	top: 0px;
	left: 25px;
	height: 600px;
	width: 907px;
	position:absolute
}
.bgGeorg {
	background-image: url(images/georg_line2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	z-index: 1;
	top: 0px;
	left: 25px;
	height: 600px;
	width: 529px;
	position:absolute
}
.bgGustav {
	background-image: url(images/gustav_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	z-index: 1;
	top: 0px;
	left: 25px;
	height: 600px;
	width: 606px;
	position:absolute
}
.thmenuitem {
	border: 1px solid #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.thmenu {
	position:absolute;
	top:150px;
	left:10px;
}
.thinvasionlogoside {
	position: absolute;
	height: 128px;
	width: 200px;
	left: 10px;
	top: 10px;
}
.maintext {
	position: absolute;
	height: 100%;
	width: 400px;
	left: 30px;
	top: 145px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 2;
	font-weight: bold;
	visibility: visible;
}
.maintext_main {
	position: absolute;
	height: 100%;
	width: 400px;
	left: 250px;
	top: 145px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 2;
	font-weight: bold;
	visibility: visible;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	margin: 5px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px;
	padding: 0px;
}
a {
	color: #0000FF;
}
a:hover
{
	color: #FF0000;
}
a:visited
{
	color: #0000FF;
}

