
* {
margin: 0;
padding: 0;
}

body {
color: white;
background: url(../images/studiopig.jpg) no-repeat gray;
}

#bg {
width: 1200px;
height: 768px;
}

p {
color: yellow;
text-indent: 2em;
}

li {
list-style: none;
}


#about {
position: absolute;
top: 20px;
left: 20px;
padding: .25em;
width: 320px;
font-family: georgia, sans-serif;
font-size: 1.2em;
position: fixed;
line-height: 1.2em;
z-index: 1; 
}

.note {
font-size: .5em;
font-family: helvetica, sans-serif;
}


a:link {
color: white;
text-decoration: underline;
}

a:visited {
color: white;
text-decoration: line-through;
}

a:hover {
background-color: blue;
}

a:active {
background-color: white;
}