@charset "utf-8";
body {
	background-image: url(img/BG.jpg);
	background-repeat: repeat-x;
}
#logo {
	width: 750px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F90;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
#info2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}

#principal {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#principal #info h1 {
	text-align: center;
}
