@charset "utf-8";
/* CSS Document */

_td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
body, html {
	height: 100%;
	width: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000;
	color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#body_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#header_container {
}
#header {
	position: absolute;
	width: 950px;
}
form {
	margin: 0px;
}
input, button {
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

