body {
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: center;
	font-family: 'trebuchet ms';
}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	border: 1px dotted gray;
	background-color: #FFFFFF;
}

#top {
	height: 200px;
	background-image: url("http://affiliateinabox.com/images/mainlogo.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	padding: 20px;
	margin: auto;
	height: 350px;
	color: blue;
	text-align: justify;
	margin: auto;
}

#bottom {
	position: relative;
	text-align: left;
	height: 40px;
	padding-left: 40px;
	color: #404040;
}

.boldtext {
	font-size: 16px;
	font-weight: bold;
}

td.label {
	text-align: right;
}

input.myinput {
	width: 100%;
}
