/*
 * http://www.dm2studios.com
 * Copyright ( c ) 2010 - 2011 DM2 Studios, LLC
 * Date Updated: Feb 21, 2011 
 
/*=== Setup ===*/

body {
background: #fff; 
color: #000; 
font-family: trajan-pro-1,trajan-pro-2,sans-serif;
font-size: 14;
}
 
div.container {
top: 0; left: 0; width: 100%; height: 100%;
position: absolute; display: table;
}
    
p {
display: table-cell; vertical-align: middle;
}
 
img.displayed {
display: block; margin: 1em auto;
}
 
p {
text-align: center;
}
 
body, html {
height: 100%; margin: 0; padding: 0;
}