@charset "UTF-8";

div#contents
{
	width: 1000px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(krousfrbackground.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

div#header
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

div#center
{
	width: 1000px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	color: #374D38;
	text-align: center;
}
