* {
	margin:0;
	padding:0;
}
html,body {
	height:100%;
}
body {
	background:#fff url(../img/bg.png) repeat-x;
	font-family:tahoma,liberation sans,freesans,arial,verdana;
	font-size:.82em;
}
img {
	border:0;
}
h1 {
	font-size:1.2em;
}
a {
	color:#b10000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#pg {
	margin:0 auto -48px;
	min-height:100%;
	width:880px;
}
#pgHead {
	background:url(../img/bgHead.png) no-repeat;
	height:143px;
	position:relative;
}
#logo {
	display:block;
	height:80px;
	left:29px;
	position:absolute;
	text-indent:-1000em;
	top:33px;
	width:187px;
}
#pgBody {
	background:url(../img/bgBody.png) no-repeat;
	color:#242424;
	font-weight:bold;
	min-height:403px;
	padding:39px 42px;
}
#pgBody h1 {
	padding-bottom:1.2em;
}
#pgBody p {
	padding-bottom:1.2em;
}
#pgBottom {
	background:url(../img/bgBody2.png) 0 45px no-repeat;
	height:175px;
	margin:-155px 0 0;
	padding:0 0 48px 23px;
	position:relative;
	z-index:200;
	_margin-top:0;
}
#pgBottom a {
	margin-left:20px;
}
#pgFoot {
	background:url(../img/bgFoot.png) repeat-x;
	font-size:1em;
	height:48px;
	position:relative;
	z-index:2;
}
#pgFootContent {
	font-size:.82em;
	margin:0 auto;
	padding-top:15px;
	width:840px;
}
#pgFootContent * {
	color:#999;
}
#pgFootContent .desi {
	float:right;
}