@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}
a:active { 
	color: #000000;
}

#text {
        font-size:x-small;
        position:absolute;
        top:20px;
        left:10px;
        height:800px;
        width:1000px;
}

#click4port {
        position:absolute;
        top:200px;
        left:50px;
        height:209px;
        width:205px;
        z-index: 100;
}
	
#lcd {
	position:absolute;
	top: 60%;
	width: 100%;
	left: 40%;
	z-index: 100;
}

#logo {
        position:absolute;
        left:60%;
        top:20px;
}

#spkrL {
        position:absolute;
        left:0px;
        top:60%;
}

#table {
	background-image:url(images/fraktionz_bg.jpg);
	background-repeat: repeat-x;
	position:absolute;
	top: 60%;
	width: 100%;
}

#spkrR {
        position:absolute;
        left:80%;
        top:60%;
}

#footer {
	position:absolute;
	bottom: 0px;
	left: 34%;
	font-size:x-small;
	z-index: 110;
}
