body {
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #991D1F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	line-height: 27px;
	margin: 0px;
}
#text {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #991D1F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #991D1F;
	text-align: justify;
	padding: 10px;
}
#link {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	background-color: #991D1F;
	border: 2px solid #FFF;
}
#fotter {
	text-align: center;
	font-size: 10px;
}
a {
	color: #FFF;
}
#link a {
	font-size: 36px;
	color: #FFF;
	font-weight: bolder;
}
#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	text-align: center;
	padding-bottom: 10px;
}
#images {
	text-align: center;
}
#images img {
	border: 2px solid #FFF;
	padding: 0px;
	margin: 10px;
}

