body { 
	background-image: url('./images/bkg_clouds.png');
	background-attachment: fixed;
	color: white;
	font-family: "arial narrow",sans-serif;
	font-variant: small-caps;
}


a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: #00ff00;
	text-decoration: none;
}
a:active {
  color: white;
}


object.flash {
  position: relative;
  margin-bottom: 50px;
}


div.header {
	text-align: left;
	color: #00ff00;
}


form.login {
	width: 250px;
	height: 250px;
	
	border: 2px solid #cccccc;
	
  background-image: url('./images/transparent_blue.png');
	text-align: center;
	color: white;
}


input.login {
  background-color: black;
	text-align: center;
	color: #0099ff;	
}


input.submit {
  background-color: black;
	color: #0099ff;
}
