html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

* { 
    margin: 0; 
    padding: 0; 
}

#bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

html, body {
    height:100%;
    width:100%;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#focus-stealer { position: absolute; left: -9999px; }

h2 {
	font-size: 22px;
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', serif;
	margin-bottom: 36px;
}

p {
	font-size: 14px;
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', serif;
	line-height: 140%;
}

a,a:link,a:visited { color: #696969; }
a:hover { color: #156598; }