html,body {
 margin: 0;
 padding: 0;
 height: 100%;
 border: none;
}
body {
 background-color: #000000;
}
#title {
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 color: #cccccc;
 font-size: 14pt;
 margin-bottom: 8px;
 padding-top: 4px;
}
#photo {
 text-align: center;
}
#footer {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 7pt;
 color: #666666;
 margin-top: 8px;
 text-align: center;
}
#footer a {
 color: #666666;	
}
#footer a:hover {
 color: #999999;	
}
#license {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #666666;
 margin-top: 8px;
 text-align: center;
}
#license a {
 color: #666666;	
}
#license a:hover {
 color: #999999;	
}
#license img {
 vertical-align: bottom;
}
#fullheight {
 height: 100%;
 width: 100%;
}