@charset "utf-8";
/* CSS Document */

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
	background: url(images/i-stars.png) repeat;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#container {
	margin: auto;
	width: 760px;
}

#banner {
	margin: 20px auto 10px;
	width: 489px;
}

#sample-images {
	margin: auto;
	width: 775px;
}

#copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 660px;
	text-align: center;
	margin: 10px auto 25px;
}

#reg-form {
	width: 560px;
	margin: 40px auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px #bbbbbb solid;
}

#submit {
	cursor: pointer;
}

