html{
	background: white;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgrd.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
body {
	padding:0;
	margin: 0;
	border: 0;
	text-align: center;
}
#content{
	background-image: url(../images/wave.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 600px;
	width: 501px;
	margin-left: auto;
	margin-right: auto;
	font-size: .7em;
	padding-top: 250px;
}

#login{
	color: #58595b;	
}
#login table{
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}
#login th, #login td{
	padding: .2em;
}
#login th{
	text-align: right;
	font-weight: bold;
	color: #58595b;		
}
#login input{
	color: #58595b;
	background: white;
	border: 1px solid #58595b;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	padding: 3px;

	width: 180px;
}
#login .button{
	border: none;
	float: right;
	width: 58px;
	background-color: transparent;
}
.right{
	text-align: right;
	font-size: 0.9em;
}
a:link{
	color: #58595b;
	text-decoration: none;
}
a:visited{
	color: #58595b;
	text-decoration: none;	
}
a:active{
	color: #58595b;
}
a:hover{
	color: #58595b;
	text-decoration: underline;	
}