@charset "utf-8";
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	color: #FFCC33;
}

.background {
	background-image: url(images/intro%20page/background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/intro%20page/background.jpg);
	background-repeat: repeat;
	background-position: center;
}
