html,body{
padding: 0px;
margin: 0px;
font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

body{
background-color: #000;
background-image: url(imgs/bg_main.jpg);
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
padding-bottom: 10px;
}

textarea, input{
font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

a{
color: #C7FDFF;
}

a:hover {
text-decoration: none;
}

#topmenu a{
font-size: .9em;	
color: #fff;
text-decoration: none;
background: url(imgs/bg_topmenu.gif);
}

#topmenu a:hover{
background: url(imgs/bg_topmenu2.gif);
}

