@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
a{
	color:#900;
	text-decoration:underline;
	font-size:12px;
	font-weight:900;
}
a:hover{
	color:#960;
	text-decoration:none;
}
#menu{
	width:90%;
	margin:0 auto;
}
#hback{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-100;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:800px;
}
.oneColFixCtr #mainContent {
	padding: 0 5px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
#flabox{
	margin-top:5px;
	margin-left:60px;
}
#flag{
	margin-top:70px;
	margin-left:14px;
}
#bana{
	margin-top:80px;
	
}
.bana{
	text-align:center;
}
#headtext{
	margin-top:20px;
	margin-left:5px;
	text-align:center;
	font-size:18px;
	font-weight:900;
	color:#F60;
}
.adiv{
	margin-top:10px;
	margin-left:20px;
	text-align:center;
}
#showimage {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 5px
}
img{
	border:none;
	margin:2px;
}
.oneColFixCtr #undlink{
	background-color:#CCC;
	font-size:10px;
	color:#300;
	font-weight:700;
	margin-top:50px;
	width:800px;
	margin: 0 auto;
	filter: Alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: .6;
	}
