body {
background:#f3f3f4;
font-family: 'Droid serif', georgia, serif;
color:#414141;
}

#wrapper {
position: absolute;
top:75px;
left: 75px;
width:826px; height:565px;
background-image:url('openbook.png');
}


#col1	{
position: relative;
left: 123px; top: 175px; 
width:254px; height:369px;
font-size:24px;
float:left;

}

#col2	{
position: relative;
left: 480px; top: -140px; 
width:254px; height:369px;
font-size:14px;
line-height: 18px;
}

#col1 em {
font-size:14px;
line-height: 18px;
}


a:link, a:visited, a:active { 
color:#414141;
text-decoration: none;
padding: 1px;
}

a:hover {
color:#414141;
text-decoration: none;
background: yellow;
padding: 1px;
}

