html
{
background: url(http://numbnutiae.com/img/zzzzz.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: contain;
background-color:dimgray;
}
body
{
text-align:center;
#background-color:transparent;
color:white;
width:600px;
margin: 0 auto;
font-family:Georgia;
}
object
{
margin:20px;
border:2px;
padding:5px;
text-align:left;
background-color:#e3e3e3;
border-style:solid;
border-color:#3a4d64;
width:560px;
vertical-align:middle;
#overflow:auto;
color:#3a4d64;
display:inline-block;
font-family:Georgia;
font-size: 1em;
height:auto;
}
p
{
text-indent:2em;
}
hr
{
background-color:#3a4d64; 
border-width:0; 
#color:#3a4d64; 
color: rgba(255, 255, 255, 0.6);
height:2px; 
width:auto;
}
a:link 
{
text-decoration: none;
#color:#3a4d64;
color:white;
}
a:visited 
{
text-decoration: none;
#color:#3a4d64; 
color:white;
}
.div_hover
{
background-color: transparent;
color: transparent;
width: 50%;
}
.div_hover:hover
{
background-color: transparent;
color: white;
}
