@charset "UTF-8";
/* CSS Document */

.sf_logo {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
}
.sf_logo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #707173;
	padding-top: 30px;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
