 body {
	background-position:20px 35px;
	background-image:url();
	background-repeat:no-repeat;
	background-color:#001822;
	overflow:hidden;
	min-width:700px;
	}

#invisible_link {
	position:absolute;
	display:block;
	left:0;
	top:17%;
	z-index:20;

	
/* border: #fff solid 1px; */
	width:50%;
	height:20%;
	cursor:pointer;
	margin-top:80px;
	min-height:110px;
	min-width:400px;
}

#footer {
	font-size:85%;
	position:fixed;
	right:15px;
	top:12px;
	/* background-image: url('img/transwhite50.png');
            background-repeat: repeat;
            border: 1px #fff solid; */
	padding:3px;
	/*color: #0069aa;*/
}

#bgimg {
	width:100%;

	
/*height: 100%; */
	position:fixed;
	top:0;
	left:0;
	min-width:800px;
}

#home_content {
	position:relative;
	z-index:1;
}

#slogan {
	position:absolute;
	margin-top:20%;
	top:0;
	font-size:150%;
	display:none;
}

#slogan h1 {
	font-size:150%;
	margin-bottom:8px;
}

#logo {
	bottom:22px;
	position:fixed;
	right:20px;
	z-index:1;
}

#home_menu {
	position:absolute;
	left:0px;
	bottom:0;
	height:60px;
	right:0;
	font-size:110%;
	width:100%;
	z-index:0;
	background:transparent url(img/dark-vert-grad82.png) repeat;
	padding-top: 33px;
	
}



#home_menu ul {
	list-style:none;
	padding:0;
	margin-right: 250px;
	margin-left: 6%;
	margin-bottom: 20px;
}

#home_menu li {
	margin-left:35px;
	float:left;
}

#home_menu a {
	text-decoration:none;
	color:#007ac5;
}

#home_menu a:hover {
	text-decoration:underline;
}
      
