@charset "UTF-8";
/* CSS Document */

body{
background-color:#000000;
background-image:url(images/mainBG.jpg);
background-repeat: no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 12pt;
color:#FFFFFF;
margin: 0px 0px 0px 0px;

}

div#tempText
{
background-color:#666666;
background-image:url(images/bgSmall.jpg);
background-repeat:no-repeat;
position:absolute;
left: 228px;
top: 410px;
width: 613px;
height: 123px;
padding: 10px 10px 10px 10px;
}
a
{
color: #BFF0BE;
text-decoration: none; 
}
a:hover{
text-decoration: underline;
color: #FFFFFF;

}
