@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html, body, #imagecontainer, #imagecontainer table, #imagecontainer td {
	height:100%;
	width:100%;
	overflow:hidden;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#imagecontainer {
    position: fixed;
}

#imagecontainer div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#imagecontainer td {
    text-align:center;
    vertical-align:middle;
}

#imagecontainer img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}
.navbar {
	background-image: url(images/Blue-Menu-Box.png);
	background-repeat: no-repeat;
	height: 241px;
	width: 191px;
	margin-right: 20%;
	padding-right: 20px;
	position: absolute;
	left: 5%;
	top: 0px;
	z-index: 100;
}
.navbar .logo img {
	margin-left: 17px;
	margin-top: 30px;
}


.englandflag {
	height: 86px;
	width: 191px;
	position: absolute;
	bottom: 0px;
	right: 5%;
}.copyright {
	position: absolute;
	bottom: 3%;
	left: 5%;
	z-index: 60;
}
.navbar .navbuttons {
}
.navbar .navbuttons ul {
	width: 191px;
	list-style-type: none;
	margin-top: 5px;
}
.navbar .navbuttons ul li {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar .navbuttons ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
