select{
color:darkblue;
width:300px;
font-size:20px;
font-family:verdana;
}
#footer{
font-family:arial;
font-size:10px;
color:silver;
}
body
{
background-image:url('img/bkg.jpg');
background-repeat:repeat-x;
}

#bkg_logo
{
background-image:url('img/logo_bkg.jpg');
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: bottom right;
}
#home{
color:white;
font-family:verdana;
font-size:13px;
}

A:link {
text-decoration: none;
color:white;
}
A:visited {
text-decoration: none;
color:white;
}
A:active {
text-decoration: none;
color: white;
}
A:hover {
text-decoration: none; 
color: skyblue;
}

A.banner:visited {
text-decoration: none;
color:white;
}

#top_menu{
color:white;
font-family:"BankGothic Md BT","Impact";
font-size:15px;
}
p {
    font-family: verdana;
    font-size: 20px;
    text-align: justify;
}