HTML
{
	height: 100%;
}

BODY
{
	height			 : 100%;
	background-color : #000000;
	padding:           0 0 0 0;
	margin:            0 0 0 0;
}

TABLE
{
    border-color:      #f8e26b; 
	border-width:      0;
	padding:           0 0 0 0;
	margin:            0 0 0 0;
	color:             #f8e26b; 
	font-family:       Arial Narrow;
    font-style:        normal;
    font-size:         15px;	
}

IMG
{
    display:           block;
}

TD
{
    padding:           0 0 0 0;
}

H1 
{
	margin-top    : 0px;
	margin-bottom : 0px;
	text-align    : center;
	color         : #f8e26b; 
	font-family   : Arial Narrow;
    font-style    : normal;
    font-weight   : lighter;
    font-size     : 30px;
}

H2 
{
	margin-top    : 0px;
	text-align    : center;
	color         : #f8e26b; 
	font-family   : Arial Narrow;
    font-style    : normal;
    font-weight   : lighter;
    font-size     : 25px;
}

H3 
{
	margin-top    : 0px;
	text-align    : center;
	color         : #f8e26b; 
	font-family   : Arial Narrow;
    font-style    : normal;
    font-weight   : lighter;
    font-size     : 20px;
}

H4 
{
	margin-top  : 0px;
	text-align  : center;
	color       : #f8e26b; 
	font-family : Arial Narrow;
    font-style  : normal;
    font-size   : 17px;
}

P 
{
	color       : #f8e26b; 
	font-family : Arial Narrow;
    font-style  : normal;
    font-size   : 15px;
}	

LI
{
	color       : #f8e26b; 
	font-family : Arial Narrow;
    font-style  : normal;
    font-size   : 15px;
}			

A
{
	color       : #f8e26b; 
	font-family : Arial Narrow;
    font-style  : normal;
    font-weight : lighter;
    font-size   : 15px;
}

A:ACTIVE 
{
	color : #f8e26b;
}

A:HOVER 
{
    font-style : italic;
	color      : #f8e26b;
}

A:LINK 
{
	color : #f8e26b;
}

A:VISITED {
	color : #f8e26b;
}

A:FOCUS {
    outline: 0;
}

.backplane
{
	width:    100%; 
	height:   100%; 
	left:     0px;
    top:      0px; 
    position: absolute; 
    z-index:  0;
}

.foreplane
{
	width:    100%; 
	height:   100%; 
	left:     0px;
    top:      0px; 
    position: absolute; 
    z-index:  1;
}

.margins
{
	margin-left : 5%;
	margin-right : 5%;
}

.nopadding
{
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}

.fullsize
{
	height : 100%;
	width  : 100%;
}

.fullwidth
{
	width : 100%;
}

.smallfont
{
	font : bold 12px;
}

.tinyfont
{
	font : bold 8px;
}

.lighttrans
{
	filter         : alpha(opacity=70);
	-moz-opacity   : 0.7;
	-khtml-opacity : 0.7;
}

.heavytrans
{
	filter         : alpha(opacity=40);
	-moz-opacity   : 0.4;
	-khtml-opacity : 0.4;
}

.invisible
{
	filter         : alpha(opacity=0);
	-moz-opacity   : 0;
	-khtml-opacity : 0;
}

.centerblock
{
    display       : block; 
    margin-left   : auto; 
    margin-right  : auto;
    text-align    : -moz-center;
}

.centertext
{
    text-align    : center;
}
