@charset "utf-8";
/* CSS Document */

body {
	background-color: #33ccff;
	background-image: url(../img/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

table { padding-left: 5px; }

#apDiv800x600SafeArea {
	position:absolute;
	width:760px;
	height:770px;
	z-index:1;
	left: 50%;
	margin-left: -380px;
}

#logoContainer {
	position:absolute;
	width:170px;
	height:70px;
	z-index:1;
	left: 143px;
	top: 117px;
}

/* Nav Bar Swap Code
----------------------------------------------------------------------*/

.imageSwap
{
	list-style: none;
	margin:0px;
	padding-left: 15px;
}

.imageSwap a .imageswap
{
	display: none;
}

.imageSwap a:hover .imageswap
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.imageSwap img
{
	border-style: solid;
	border-width: 0px;
	color: inherit;
	vertical-align: top;
}

.imageSwap li
{
	border-style: solid;
	border-width: 0px;
	display: inline;
	float: left;
	position: relative;
}

/* END Nav Bar Swap Code
----------------------------------------------------------------------*/


#flags {
	position:absolute;
	left:-1px;
	top:69px;
	width:763px;
	height:114px;
	z-index:1;
	text-align:center;
	color:#663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
}

#flags li{
	display: inline;
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-top:20px;
}

#flagsContainer{
	position:absolute;
	width:317px;
	left: 225px;
	height: 77px;
	top: 578px;
}
