div { margin:0; padding: 0; }

body, html {height: 100%;}
#outer {height: 100%; overflow: hidden;} /* or without overflow */


#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#outer {width: 100%;}
#inner {width: 350px; margin-left: auto; margin-right: auto;}

body {
	background-color: #22a;
	color: #fff;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background: url(/light.jpg) fixed repeat-x;
}

#card {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background: #224 url(/dark.jpg) fixed repeat-x;
	margin:0; padding: 10px;
}

h1 {
	font-family: Ariel;
	font-size: 28px;
	border-bottom: solid 1px #fff;
	margin: 0; padding: 0;
	padding-bottom: 3px;
	margin-bottom: 10px
}

.header {
	font-weight: bold;
}

#right {
	padding-top: 10px;
	float: right;
	padding-left: 10px;
}

#state {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 13px;
}
