@CHARSET "UTF-8";

body {
	position: fixed;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	font-family: monospace, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	vertical-align: middle;
}

header {
	position: fixed;
	text-align: center;
	top:      50%;
	left:     0px;
	right:    0px;
	bottom:   70%;
}

nav {
	position: fixed;
	top: 70%;
	bottom: 20px;
	left: 0px;
	right: 0px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	
	background-color: #F0F0F0;
	
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
	margin: 20px;
}

nav a {
	text-decoration: none;
}
nav .menubtn, nav .menubtn:VISITED, nav .menubtn:LINK {
	height: 100%;
	
	background-color: #F0F0F0;
	border: 2px solid #F0F0F0;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
}

nav .menubtn:HOVER {
	height: 100%;
	
	background-color: #C0C0C0;
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
	
}
nav .menubtn:ACTIVE {
	height: 100%;
	
	background-color: #FFAA00;
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
	
}

article {
	position: fixed;
	top: 10px;
	left: 0px;
	right: 0px;
	bottom: 50%;
	vertical-align: middle;
	text-align: center;
}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	border-top: 1px solid #888888;
	text-align: center;
	color:  #888888;
	font-size: 12px;
}

#neso-icon {
	height: 100%;
}