* {
    margin: 0;
    padding: 0;
}

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

body {
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans;
    font-size: 14px;
    min-height: 700px;
    min-width: 837px;
}

#outer {
    width: 100%;
}

#container {
    /*display: table-cell;*/
    min-height: 700px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

#inner {
    min-height: 700px;
    margin: 0 auto;
    text-align: left;
    width: 837px;
}

#contents {
    padding: 0 25px 0;
		position: relative;
}

#contents:AFTER {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    line-height: 1px;
    visibility: hidden;
}

#contents span.fieldWithErrors input.text,
#contents span.fieldWithErrors textarea {
	background: #faa;
}

#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
}
