@font-face {
 font-family: Biblio;
 src: url("/assets/fonts/biblio.eot") /* EOT file for IE */
}
@font-face {
 font-family: Biblio;
 src: url("/assets/fonts/biblio.ttf") /* TTF file for CSS3 browsers */
}

body {
 background-color:#8B4513;
 background-size:100% 100%;
 font-family: Georgia, Arial, sans-serif;
 font-size: 19px;
 color: white;
}
td{
font-family: Georgia, Arial, sans-serif;
 font-size: 19px;
 color: white;
}
a.more {
 font-size: 19px;
}
span.header {
 font-family: Georgia, "Arial Black", sans-serif;
 font-weight: bold;
 color: red
}
.frame{
margin:0;
position:relative;
display:block;
width:100%;
height:100%;
}
.desc{
display:block;
position:absolute;
left:400px;
top:50px;
width:400px;

padding:1em;
font-size:23px;
letter-spacing:2px;
}
.portrait{
display:block;
position:absolute;
left:50px;
top:50px;

padding:1em;
}
.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 64, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 64, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99006400, endColorstr=#99006400);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99006400, endColorstr=#99006400)";
}
#copyright{
position:absolute;
bottom:0;
right:50px;
color:white;
font-size:14px;
}
.homeseg{
background-color:#001100;
display:block;
float:left;
}
.hsinner{
font-size:1.2em;
}
.right{
float:right;
margin-right:1em;
}