div#header {
	background-image: url(header.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 222px;
z-index: 2;
}

div#menu {
	background-image: url(links.jpg);
	position: absolute;
	top: 222px;
	left: 0px;
	float: left;
	width: 1024px;
	height: 38px;
behavior: url(iepngfix.htc);
}

div#menu a {
	top: 200px;
	margin: 0 10px 0 10px;
	color: #7F0000;
}

div#content {
	background-image: url(body.jpg);
	position: absolute;
	top: 260px;
	left: 0px;
	width: 1024px;
font-family: Verbena, serif;
	font-size: 14px;
	height: 508px;
}

div#maintext {
	position: absolute;
	top: 50px;
	left: 450px;
	text-align: justify;
bgcolor=#FFFFFF;
	width: 500px;
	font-family: Verbena, serif;
	font-size: 16px;
}

img#main-logo {
	position: absolute;
	top: 90px;
	left: 0px;
}

img#greece-flag {
	position: absolute;
	top: 15px;
	left: 250px;
	z-index: 1;
}

img#uk-flag {
	position: absolute;
	top: 15px;
	left: 280px;
	z-index: 1;
}

img, div { behavior: url(iepngfix.htc) }

.hiddenPic {display:none;}

div#building {
	left: 620px;
	top: 20px;
	position: absolute;
}


div#footer {
	background-image: url(footer.jpg);
	position: absolute;
	top: 746px;
	left: 0px;
	text-align: center;
width: 1024px;
	height: 24px;
}