body {
	background-color: #e6e7e8;
	font-family: "Verdana";
	font-size: 10px;
	color: white;
}

#wrapper {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

/*-- Setup Page --*/

#logo_box {
	margin: 0 auto;
	width: 487px;
	position: relative;
}

#center_box {
	border: 1px solid white;
	width: 350px;
	margin: 0 auto;
	position: relative;
	background-image: url('backdrop.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

.row {
	width: 340px;
	margin: 0 auto;	
	position: relative;
	padding-left: 170px;
}

.url_box {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid blue;
	color: black;
}

label {
	font-size: 12px;
	font-weight: regular;
	color: white;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
