@charset "utf-8";
body {
	background-image: url(images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer1 {
	/*margin-top: -245px;*/
	/*width : 252px;*/
	height: 258px;
	background: url('images/footer_1.gif') bottom right no-repeat;
}
#footer2 {
	/*margin-top: -245px;*/
	/*width : 203px;*/
	height: 239px;
	background: url('images/footer_2.gif') bottom left no-repeat;
}
input {
	border: 1px solid #313131;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #CCC;
	width: 305px;
}
td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

html { 
	overflow-y:scroll;

}
