@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(images/background.jpg) top center no-repeat;
	color: #d37c07;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
}

a img{
	border: none;
}

#wrapper {
	width: 420px;
	margin: 0 auto;
}

#logo {
	width: 389px;
	margin: 0 auto;
}

#form {
	margin-top: 20px;
}

#submit {
	width: 100%;
	text-align: right;
}

.table_row_head {
	text-transform: uppercase;
	font-weight: bold;
}