html {
  margin:0;
  padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c0c0c0;
	font-family: Verdana;
	font-size: 11px;
}

a:link, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #404040;
}
#cont {
	background-image: url("bg.gif");
	position: absolute; 
	width:975px; 
	height:700px; 
	right: 50%; 
	left: 50%; top: 50%; top: 50%; 
	margin-left: -487px; margin-top: -360px;
	align: auto;
	padding-left: 25px;
	padding-top: 20px;
}
.skip {
  float: left;
  width: 475px;
  font-weight: bold;
  padding: 25px 0 5px 0;
}
.clear {
  clear: both;
}