/* #################### MISC #################### */

body {
	background-color: #000000; 
	background-image: url("images/grad.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
body, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;	
}
a:hover {
	text-decoration: none;
}
td {
	vertical-align: center;
}
.displayBlock {
	display: block;
}

/* #################### PAGE #################### */

#mainBox {
	text-align: center;
}
#pageBox {
	margin: 0px auto;
}
#middleBox {
	width: 955px;
	height: 600px;
	background-color: #c8fcff; 
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat-x;
	background-position: center center;
	border: 2px #006090 solid;
}
#middleBox table {
	margin-left: 28px;
	margin-right: 79px;
}
.flagLink {
	padding-top: 31px;
}
