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

body{
	background-image: url(../_images/disclaimer.background.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
}

#hed {
display: none;

}

#main_copy {
	width: 400px;
	margin: 300px auto;
	font-size: 20px;
	height: 176px;
}

a#enter {
	display: block;
	text-align: center;
	width: 100px;
	margin: 20px auto;
	color: #FFFFFF;
	font-style: italic;
	font-size: 20px;
	text-decoration: none;
}

a#enter:hover {
	color: #FF99CC;
}
