* { padding: 0; margin: 0; }

body {
 font-family: Courier, mono, "Courier New";
 font-size: 14px;
 background-image: url(images/start_bg_1.gif);
 background-repeat: repeat-x;
 color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 height: 600px;
}

#container {
	height: 600px;
	border: 0px solid #FFFFFF;
	background-image: url(images/cover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

#content {
	width: 850px;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

A {
  color: #FFFFFF;
  text-decoration: none;
}

A:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}
