@charset "ISO-8859-1";

* { cursor: auto; }
a, a * { cursor: pointer; }

/* these two should be first to make cursor changing easy */
body, input { font-family: tahoma, trebuchet ms, arial, sans serif; font-size: 10pt; color: #444; }
body { background-color: #000; height: 100%;}

a { color: #005e58; text-decoration: none; }
a img {border: 1px solid#000;}

#wrapper{
	width: 699px;
	margin: 40px auto 0 auto;
}