html
{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

div, p, h1
{
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	border: 0;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-decoration: none;
	z-index: 1;
	text-align: center;
}

div#notice
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 250px;
	margin: -125px 0 0 -200px;
	border: 2px solid #BBB;
	background: #EEE;
}

h1
{
	margin-top: 100px;
	font-family: Georgia, Serif;
	font-size: 24px;
}

hr
{
	width: 50%;
	height: 1px;
	color: #DDD;
}
