
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;
}

#download-links-table
{
	font-size: 12px;
	margin: 45px;
	width: 80%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #111111;
}
#download-links-table th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #111111;
	border-bottom: 1px dashed #111111;
}
#download-links-table td
{
	padding: 7px 17px 7px 17px;
	color: #444444;
}


#download-links-table td a
{
	color: #444444;
}

#down_link:HOVER
{
	color: #111;
	background-color: #E3BE18;
}

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

nav {
	position: fixed;
	top: 20%;
	bottom: 20%;
	left: 0px;
	right: 0px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	
	background-color: #F0F0F0;
	
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
	z-index: 50;
}

nav .menubtn, nav .menubtn:VISITED, nav .menubtn:LINK {
	max-width: 90%;
	max-height: 30%;
	
	background-color: #F0F0F0;
	border: 2px solid #F0F0F0;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
}

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

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

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

#vert-space {
	height: 10%;
	max-height:100%;
}

#btnleft {
	position: absolute;
	left: 0px;
	right: 95%;
	top: 0px;
	bottom: 0px;
	width: 5%;
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
}

#btnleft:active {
	background-color: #FFAA00;
}

#btnright {
	position: absolute;
	left: 95%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 5%;
	border: 2px solid #888888;
	border-radius:          20px;
	-moz-border-radius:     20px; 
	-webkit-border-radius : 20px;
}

#btnright:active {
	background-color: #FFAA00;
}

#article-gen {
	position: fixed;
	top: 10%;
	left: 100px;
	right: 100px;
	bottom: 20px;
	padding: 5px;
	margin: 5px;
}
section {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 0%;
	bottom: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

section header {
	position: absolute;
	top: 0px;
	bottom: 90%;
	left: 0px;
	bottom: 0px;
}

section article{
	position: absolute;
	top: 10%;
	bottom: 0px;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	text-align: left;
}

#footer_progress {
	position: absolute;
	bottom: 0px;
	left: 10%;
	right: 10%;
	height: 10px;
	font-size: 10px;
	text-align: right;
}

.actual {
	border: 0px;
	background-color: #FFAA00;
	width : 10px;
	height: 10px;
	border: 1px solid #888888;
	border-radius:          3px;
	-moz-border-radius:     3px; 
	-webkit-border-radius : 3px;
	margin:2px;
}

.visited {
	border: 0px;
	background-color: #DDDDDD;
	width : 10px;
	height: 10px;
	border: 1px solid #888888;
	border-radius:          3px;
	-moz-border-radius:     3px; 
	-webkit-border-radius : 3px;
	margin:2px;
}

.novisited {
	border: 0px;
	background-color: #111111;
	width: 10px;
	height: 10px;
	border: 1px solid #888888;
	border-radius:          3px;
	-moz-border-radius:     3px; 
	-webkit-border-radius : 3px;
	margin:2px;
}

video {
	position: absolute;
	max-width: 100%;
	max-height:60%;
}

.articleleft {
	position: absolute;
	top:10%;
	bottom: 0px;
	left:0px;
	right:50%;
}

.articleright {
	position: absolute;
	top:10%;
	bottom: 0px;
	left:50%;
	right:0px;
	margin: 5px;
}
