HTML, BODY{
	height:100%;
}

BODY{
	margin: 0px 0px 0px 0px;
	background-color: black;

}

BODY, TD{
	font-family: Verdana, Arial, Arial Black;
    color: #6A6969;
    text-decoration: none;
    font-size: 10px;
    font-weight:none;
    
}

A:link, A:visited, A:active{
    color: white;
    text-decoration: none;
    font-weight: bold;
    
}
        
A:hover{
    color: #FECF41;
    text-decoration: none;
    
}

.main_table{
	background-image: url(../images/page/background_main.jpg);
	background-position: center 60%;
	background-attachment: fixed;
	background-repeat: repeat-x;
	
}

INPUT, TEXTAREA{
	background-color:#D2D2D2;
	border: 1px grey solid;
	font-family: arial;
	font-size: 9px;
}

