
html
{
	height: 100%;
}

body {
	background:	url(../img/header.jpg) top no-repeat;
	font-size: 16px;
	height: 100%;
	font-family: 'Times New Roman', serif;
	color: black;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#content {
	background: none;
	margin-top: 20px;
	width: 1000px;
	margin: auto;
	overflow: visible;
}

#content .content-box
{
	background: url(../img/datatable_background.jpg) top center no-repeat;
	margin-bottom: 70px;
	padding-top: 20px;
}

#content .content-box > *
{
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

input, textarea, select {
	width: auto;
	font-size: small;
	text-align: center;
}

.success {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

#push
{
	height: 150px;
}

#footer
{
	padding: 25px 0px;
	background: #898989;
    box-shadow: 0 0 5px 5px #898989;
	color: white;
	text-align: center;
	font-size: medium;
}

#footer table
{
	background: none;
}
