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

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #da6a00;
}
#container {
	position: absolute;
	background: url(../images/legalDisclaimer.gif) 0 0 no-repeat;
	width: 446px;
	height: 252px;
}
#disclaimerText {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 372px;
	height: 129px;
	margin: 85px 0 0 39px;
	line-height: 18px;
}