body,html{
font-family: georgia, "times new roman", times, serif;
background: #fff url("bird.png") no-repeat 50% 25% fixed;
color: #333;
cursor: default;
}

h1 img{
width: 106px;
height: 100px;
vertical-align: middle;
}

a{
color: #000;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

/*left right CSS*/

#left h1,
#left h2,
#left h3,
#left a{
color: #f30;
}

#right h1,
#right h2,
#right h3,
#right a{
color: #039;
}

#left,#right{
width: 44%;
min-width: 240px;
padding: 0% 5% 0% 1%;
float: left;
}

#left p,#right p{
text-align: justify;
line-height: 1.5em;
}

/*Bottom*/

#bottom{
padding-top: 2em;
clear: both;
text-align: center;
}

#bottom *{
margin: 0;
}

/*Misc*/

.access{
display: none;
}

li{
margin: 0;
}

body:after{
content: "Site signature: #" attr(id);
text-align: center;
display: block;
}