* {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
div#global {
	background:url(/images/layout/page_bg.jpg) no-repeat;
	width:864px;
	height:455px;
	margin:auto;
	}
div#logo {
	width:236px;
	margin:15px auto 50px auto;
	padding-top:15px;
	}
div#content {
	padding-left:15px;
	}
div#content h1 {
	font-size:1.3em;
	font-weight:500;
	margin-bottom:20px;
	}
div#content p {
	font-size:0.9em;
	color:#494949;
	}
div#content p a {
	font-size:0.9em;
	color:#fb4865;
	text-decoration:none;
	}
