
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		color:#333333;
		text-align:center; /* horizontal centering for IE Win quirks */
		font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, sans-serif;
		}

	#distance {
		width:1px;
		height:50%;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:350px;
		clear:left;
		}
        h1 {
                text-indent: -9999em;
                background: url(logo.gif) no-repeat center center;
                width: 350px;
                height: 65px;
                display: block;
                margin-bottom: 15px;
        }
        h2 {
                color: #660000;
                font-weight: bold;
                font-size: 18px;
        }
        fieldset {
                 background-color: #e8d5b4;
                 border: 1px dashed #ffffff;
                 padding: 10px;
                 font-size: 14px;
        }
        label {
                 display: block;
                 float: left;
                 width: 150px;
        }
        .logintxt {
                 width: 170px;
                 border: 1px solid #999999;
                 background: #ffffff !important;
                 font: Verdana, Arial, sans-serif;
        }
        br {
                 clear: both;
                 margin-top: 5px;
        }
        .submit {
                 clear: both;
                 margin-top: 5px;
                 background: #660000;
                 color: #ffffff;
                 text-transform: uppercase;
                 border: 1px solid #ffffff;
                 font-size: 11px;
                 padding: 5px;
                 margin-left: 150px;
        }
        a {
                 color: #995a1c;
        }
        p {      
                 font-size: 12px;
                 margin-top: 5px;
        }