/* CSS Document */

body {
background: #000000;

}

#header {
margin: auto;
width: 777px;
height: 35px;
background: #DDDDDD;
border-bottom: 1px solid #999999;
}

#main {
margin: auto;
width: 777px;
height: 422px;
background-image: url(images/dino.jpg);
position: relative;
}

#content {
margin: auto;
width: 777px;
height: 422px;
background-image: url(images/dino2.jpg);
position: relative;
}

#articlediv {
margin: auto;
width: 777px;
background: #ffffff;
position: relative;
}

.link {
margin-top: 7px;
margin-left: 40px;
float: left;
}


#edith {
font-size: 40px;
position: absolute;
top: 20px;
left: 370px;

}

#biotitle {
font-size: 40px;
position: absolute;
top: 20px;
left: 570px;

}

#bio {
position: absolute;
padding: 5px;
height: 270px;
width: 600px;
left: 89px;
top: 80px;
background-color: #ffffff;
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8; 

}

#article {
font-size: 40px;
position: absolute;
top: 20px;
left: 500px;

}
