body {
	padding: 0;
	margin: 0;
	font: 13px verdana, "Tahoma";
	color: white;
	background: #000;
}
a:link, a:visited {
	color: #ffc;
	 text-decoration: none;
}
input {
	font: 13px verdana, "Tahoma";
	background: white;
	color: black;
}
#upload {
	display: block;
	height: 51px;
	width: 168px;
	padding: 0;
	margin: 0 0 0 196px;
	background: transparent;
	border-width: 0;
	cursor: pointer;
}
#top {
	background: url(images/img_01.jpg) top left no-repeat;
	height: 19px;
	width: 384px;
}
#header {
	background: url(images/img_02.jpg) top left no-repeat;
	height: 41px;
	width: 384px;
}
#header span {
	display: none;
}
#main {
	background: url(images/img_03.jpg) top left no-repeat;
	height: 116px;
	width: 384px;
}
#button {
	background: url(images/img_04.jpg) top left no-repeat;
	height: 51px;
	width: 384px;
}
#foot {
	background: url(images/img2__04.jpg) top left no-repeat;
	height: 51px;
	width: 384px;
}
#bottom {
	background: url(images/img_05.jpg) top left no-repeat;
	height: 13px;
	width: 384px;
}
#mainWrapper {
	text-align: center;
	padding-top: 12px;
}