html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	background-image: url(../images/page_bg.gif);
	height:100%;
}
.larger {
	font-size:16px;
}
#pagebody {
	width:760px;
	margin:auto;
	min-height:700px;
	height:auto !important;
	height:98%;
	background-color:white;
	background-image:url(../images/star.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#pagebody2 {
	height:98%;
	background-image:url(../images/pasty_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#thelogo {
	width:760px;
	text-align:center;
}
#thebody {
	margin:40px;
}
#footer,#footer a {
	color:white;
	font-size:10px;
	margin:auto;
	width:760px;
	text-align:center;
}

