* { 
margin:0;
padding:0;
}

body { 
font-family: Verdana, Times New Roman, serif;
font-size: .9em;
color: black;
margin-top:0px;
margin-bottom:0px;
margin-right:20px;
margin-left:20px;
}

.pic {
background-image: url('images/bg.png');
background-repeat:no-repeat;
}

body {
        background: url(images/bg2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        }
h1 {
font-weight: bold;
font-size: 2em;
font-family: Times New Roman, serif;
}
h2 {
font-weight: bold;
font-size: 1.5em;
font-family: Times New Roman,serif;
}

#current {
position: fixed;
left: 30px;
top: 150px;
width: 310px;
height: 100px;
}

#right
{
position:absolute;
left:0px;
width:300px;
top:200px;
}

ul {
    list-style-type: none;
    float: left;
}

#menu {
position: fixed;
top: 50px;
left: 20px;
}
#imgs2 {
padding-top: 90px;
}

li {
float: left;
}
    #footer {
    height: 2em;
    background-color: black;
    color: white;
    padding-top: 4px;
    padding-left: 5px;
    }

iframe {
position: fixed;
left: 30px;
top: 450px;
}

a:link {
color: white}      /* unvisited link */
a:visited {
color: white;}  /* visited link */
a:hover {
font-weight:bold;}
a:link {
text-decoration:none;}