body, 
html { margin:0; padding:0; height:100%; width:100%; }
html { display:table; }
body { display: table-cell; vertical-align:middle; background: url(background.jpg) #000 no-repeat center; }

.content,
.divider,
.header { margin-left:auto; margin-right:auto; width:398px; }

.header { background-color: #666666; padding: 10px; text-align:center; margin-bottom:0px; width:378px; border:1px solid #999999; border-bottom:0px; }
.divider { background: url(divider.gif) #FFF no-repeat; height:6px; width:400px; }
.content { margin-top:0px; padding-top:10px; background-color:#FFF; border:1px solid #CCCCCC; border-top:0; }

p,
li { font-family:Arial, Helvetica, sans-serif; color:#555555; }

p {margin-top:0; margin-left:10px; margin-right:10px; }

a:link,
a:visited,
a:hover, 
a:active { color:#76C441; font-weight:bold; }
