
body      {
	color: #ddd;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	background-color: black;
	text-align: center     ;
	margin: 0;
	padding: 0; }
a  { color: #ddd; text-decoration: underline }
a:link  { color: #ddd; text-decoration: underline }
a:visited  { color: #ddd; text-decoration: underline }
a:hover  { color: #f00; text-decoration: underline blink }
a:active  { color: #fff; text-decoration: underline }
.login {
	color: white;
	margin: 75px;
	padding: 0; }
.ul {
	width: 200px; }
.text {
	color: #fff; }
#header {
	background-image: url(header.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center 0; }

#footer {
	margin: 75px; }

