@font-face {
font-family: main_font;
src: url("../font/kimbalt_.eot"); 
}

@font-face {
font-family: main_font;
src: url('../font/kimbalt_.ttf');
}

body {
font-family: main_font;
background-color: #1a171b;
color:white;
background-image:url("../pics/well.png");
background-position: center center;
background-repeat:no-repeat;
background-size: 100% 100%;
}

A {
text-decoration:none
}

A:link { color: white }
A:visited { color: white }
A:active { color: white }
A:hover { color:white }

a img{ 
color: #948B54;
border: none !important; 
} 

div.container {
width:98%; margin:1%;
}

table#table1 {
width:800px;
text-align:center;
margin-left:auto; 
margin-right:auto; 
font-family: main_font;

}

