/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(bg4.jpg);
	background-repeat: no-repeat;
	background-position: 180px 0px;
	width: 945px;
}

.logo {
	text-align: center;
	padding-top: 5px
}

.links{
	position: absolute;
	left: 87px;
	top: 190px;
}

.title {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.text{
	position: relative;
	top: 30;
	left: 38px;
	width: 430px;
	// left: 335px;
	// right: 245px;
	// top: 180px;
	text-align: justify;
}

.credits{
	position: relative;
	top: 30px;
	left: 38px;
	width: 330px;
	// left: 385px;
	// right: 295px;
	// top: 180px;
	text-align: justify;

}

.bottom {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}






