body {
	background: #505050 url(images/bg1.gif) repeat;
	padding: 1px;
}
a {
	color: #EEA41F;
	text-decoration: underline;
	font-size: 14px;
	padding: 10px;
}


a.upload {
	font: 15px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 16px 0 0 64px;
	display: block;
	background: url(images/upload_button.gif) no-repeat left top;
	height: 59px;
	width: 268px;
	margin:0;
}

a.upload:hover {
	color: #A3621A;
	text-decoration:underline;
}

.logo {
	width: 640px;
	height: 125px;
	text-align: center;
	margin:auto;
	display: block;
	border-bottom: 1px dotted #CCCCCC;	
}

.logo img {
	float: left;
}

p {
	font: 100 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}

.logo p {
	padding: 90px 0 0 50px;
	text-align: right;
}