
a {
	color: rgb( 255, 255, 255 );
	font-style: italic;
	text-decoration: overline;
}
address { float: left; }
html{
    height: 100%;
}
body {
    background: rgb( 0, 255, 0 );
    margin: 0px;
    height: 100%;
}

#wrapper {
    height: 100%;
    background: inherit;
}

a:hover { text-decoration: overline underline; }
hr { border: 0px; }
legend { margin-left: 6em; }
legend:before, legend:after {
    content: ' \2611 ';
    font-size: 1.5em;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}
ol {
    list-style-type: circle;
    margin-left: auto;
    margin-right: auto;
}
#f a { text-decoration: blink overline; }
#f li:before { background: rgb( 0, 0, 0 ); }
#l { float: left; }
.r {
    float: right;
    clear: right;
    border-right: 1px dashed rgb( 0, 255, 0 );
    border-bottom: 1px dotted rgb( 0, 255, 0 );
}
ul li:before {
    content: '\2707';
    color: rgb( 255, 255, 255 );
    margin-right: 1em;
}

#w {
   width: 72%;
   height: 400px;
   margin-left: 14%;
}
fieldset, .x {
    position: fixed;
    right: 0;
    display: block;
}
.y { border: 0; }
.z {
    background-color: inherit; 
    /*background-image: url('http://www.google.com/images/nav_logo7.png');*/
    float: left;
}

#header {
    background: rgb( 0, 0, 0 );
    font-size: 1em;
    position: fixed;
    margin: 0;
    padding:0;
    height:100%;
    border-right: 1px solid rgb( 0, 255, 0 );
}
#header a { color: rgb( 255, 255, 255 ); }
#b { 
	float: left;
	clear: both;
	width: 1em;
}

object { 
	width: 0;
}
#e { color: #a5fb0b; }
#f {
    font-size: 3em;

    background: rgb( 128, 128, 128 );
    display:table;
    margin-left: auto;
    margin-right: auto;
vertical-align: bottom;
}
#content {
	float: left;
    background: inherit;
    margin-left: 12em;
    margin-right: 20em;
}

#content a { color: rgb( 0, 255, 0 ); }
#footer {
    clear: both;
    color: rgb( 255, 255, 255 );
    position: relative;
    margin-top: -35px;
    border-top: 1px solid rgb( 0, 255, 0 );
    border-bottom: 1px solid rgb( 0, 255, 0 );
    display: table;
    width: 100%;
    background: rgb( 0, 0, 0 );
}

#u { text-decoration: underline; }
#container {
    background: rgb( 255, 255, 255 );
    color: rgb( 128, 128, 128 );
    height: 100%;
    border-left: 1px solid rgb( 0, 255, 0 );
    border-right: 1px solid rgb( 0, 255, 0 );
}

#xi {
    color: rgb( 0, 255, 0 );
    border-top: 1px solid rgb( 0, 255, 0 );
    border-bottom: 1px solid rgb( 0, 255, 0 );
    background: rgb( 0, 0, 0 );
    font-size: 1.5em;

}
#xi:before {
	content: 'k1t.net '
             /*url( './screenshots/satellite.gif' )*/
             ' ';
    background: rgb( 255, 255, 255 );
    color: rgb( 0, 255, 0 );   
    font-size: 1.5em;
    vertical-align: bottom;
    border-right: 1px solid rgb( 0, 255, 0 );
}





#clearfix {
    padding-bottom: 35px;
	clear: both;
}
