<style type="text/css">
html {
  min-width: 100%;
  min-height: 100%;
  
  size: fixed;
}

body {
  margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  z-index:auto;
  text-align:center; /* Hack for IE5/Win */
}

#content {
	width:600px;
	max-width:600px;
	background-color:rgba(0,0,255,.2);
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding-left: 50px;
	text-align:left; /* Counteract to IE5 for Windows */
	border-radius: 10px
	
	}



#logo {
  z-index:auto;
  align:center;
  size:100px 100px;
} 
#wt{

	color: black;

	text-shadow: 0px 0px #fffdfa;

	font-variant: small-caps;

	font-weight: bold;

	font-size: 16px;

	font-family: Verdana;
	float: left;

} 
#ins{

	color: white;

	text-shadow: 0px 0px #fffdfa;

	font-variant: small-caps;

	font-weight: bold;

	font-size: 12px;

	font-family: Verdana;
	text-align:center; /* Counteract to IE5 for Windows */

} 
#usrpass{
	font-variant: small-caps;

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana;
}
</style> 
<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
img#bg { position:absolute; z-index:-1; }
#Content { position:static; }
</style>
<![endif]-->
