

html {
height: 100%;
}



body {
padding-left: 30px;
margin-left: 30px;
background: url(images/duckwebbackground.jpg) #202020 repeat-y;
margin; 0px;
height: 100%;
color: #cccccc;
font-size: 12px;
font-family: times new roman, "arial";
}


#duck {
position: absolute; top: 199px; left: 105px;
width: 300px;
height: 300px;
color: #000000;
font-size: 18px;
}

#info {
position: absolute; top: 466px; left: 290px;
color: #999999;
}

a:link {
color: #f2ff00;
text-decoration: none;
}
a:visited {
color: #f2ff00;
text-decoration: none;

}
a:hover {
color: #f2ff00;
text-decoration: underline;

}
