/* CSS Document */

body{
	background: #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.flyingman {
	background: url(images/flying_man.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

img, div, a, input { 
	behavior: url(iepngfix.htc) 
}

#thank {
	text-align: left;
	margin-left: 20px;
	margin-top: 4px;
	height: 19px;
}
.img {
	border: 2px #FFFFFF solid;
}