BODY, HTML {height: 100%;}
			BODY{
				font-family: tahoma, arial, san-seif;
				font-size:0.75em;
				position: static;
				text-align: center;
				vertical-align: middle;
			}
			#padding{
				height:50%;
				background-color:white;
				float:left;
				margin-bottom:-29.17em; /* half of container's height */
				width:1px;
			}
			#body{
				background-color:white;
				background-image: url('../images/background.jpg');
				background-repeat:no-repeat;
				clear:left;
				height:58.33em;
				margin: 0 auto;
				position:relative;
				text-align: left;
				width:66.67em;
			}
			h1{
				float:left;
				width:23.83em;
			}
			h2{
				color:#253e8e;
				font-size:3.17em;
				font-weight:bold;
				margin-bottom:0.42em;
			}
			h3{
				font-size:1.08em;
				font-weight:bold;
				margin-bottom:0.42em;
				margin-top: 1.25em;
				margin-left:0.42em;
			}
			#learn_more{
				color:white;
				float:right;
				font-weight:bold;
				margin-right:3.00em;
				margin-top:4.00em;
				text-align:right;
				text-decoration:none;
			}
			#learn_more:hover{
				color:#dddddd;
			}
			#head{
				height:7.58em;
			}
			#container{
	
				height:37.08em;
				padding: 1.17em 0em 1.17em 0;
			}
			#content{
				height:37.08em;
				margin-left: 2.08em;
				overflow:auto;
			}
			#content p{
				line-height:1.5em;
				margin-bottom:0.42em;
				margin-left:0.42em;
			}
			#content li {
				line-height:130%;
				margin:1em;
			}
			#content #uSed{
				position: absolute; 
				right: 0px; 
				bottom: 12.6em;
			}
			#menu{
				height:1.75em;
				margin:0em 2.58em 0em 2.42em;
			}
			#footer{
				margin-top:3.33em;
				text-align:center;
			}
			
	.form input{
		margin: 0.5em;
		margin-bottom:0em;
	}
	.form label{
		margin: 0.5em;
		margin-bottom:0em;
		text-transform:uppercase;
	}
	.warning{
		color:red;
	}