/* #################### MISC #################### */

body {
	background-color: #000000;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
body, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, a {
	font-family: times new roman, times, serif;
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
td {
	vertical-align: top;
}
.displayBlock {
	display: block;
}

/* #################### PAGE #################### */

#mainBox {
	text-align: center;
}
#pageBox {
	margin: 0px auto;
	width: 952px;
	height: 561px;
	background-image: url("images/page.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#pagebox td {
	text-align: center;
	padding-top: 338px;
}
#officialMerch {
	padding: 439px 0px 42px 0px;
}
#usflag {
	padding: 338px 47px 20px 175px;
}
#ukflag {
	padding: 338px 175px 20px 47px;
}

