/* -------------------- MAIN --------------------- */

body {
background-color: #353535;
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
text-align: center;
margin: 10px auto auto auto;
color: #000000;
}

h1 { 
color: #BAF000;
font-size: 8pt;
font-family: Verdana, Helvetica, sans-serif; 
margin: 0px;
}

A:link {
text-decoration:underline;
color: #415E1E;
}
A:visited {
text-decoration:underline;
color: #415E1E;
}
A:alink {
text-decoration:underline;
color: #415E1E;
}
A:hover {
text-decoration:underline;
color: #415E1E;
}

/* -------------------- TEXT--------------------- */
.text_green {
color: #BAF000;
font-size: 8pt;
}
.text_white {
color: #ffffff;
font-size: 8pt;
}
.text_grey {
color: #717171;
font-size: 8pt;
}

/* -------------------- CLASSES --------------------- */

/* -------------------- ID'S --------------------- */

#container {
position: relative;
width: 681px;
margin: auto;
}

#content {
background: url(back.jpg);
position: relative;
width: 681px;
height: 388px;
}



