@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/bckgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	left: 50%;
	margin: 0px;
	padding: 0px;
	margin-left: -285px;
	top: 290px;
	width: 600px;
	height: 40px;
}
#box1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 35px;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}
#box2 {
	position: absolute;
	left: 390px;
	top: 0px;
	width: 180px;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
}
A, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: oblique;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}
#text {
	color: #FFFFFF;
	position:absolute;
	left:50%;
	top:470px;
	width:700px;
	height:290px;
	z-index:1;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: -350px;
}
#apDiv1 {
	position:absolute;
	width:84px;
	height:20px;
	z-index:2;
	left: 887px;
	top: 5px;
	font-size: 10px;
}
a.flag, a.flag:visited {
	font-size: 10px
}
a.flag:hover {
	font-size: 10px;
	text-decoration: none;
	color:#FF9900
}
