/* GLOBAL BROWSER RESET */

* {
	margin: 0;
	padding: 0;
}

/* SITE DEFAULTS */

body {
	background: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#4D787E;
}

h1 {
	font-size:17px;
	font-weight:normal;
	line-height:1.4em;
}

.imgright {
	float:right;
}

#top {
	width:960px;
	height:60px;
	margin:20px auto 0px;
}

#middle {
	width:960px;
	height:548px;
	margin:0 auto;
	background: url(../images/pisplashbgdmiddle_02.jpg) fixed top repeat-y;
}

#main {
	width:960px;
	text-align:center;
}

#main img{
	margin-bottom:44px;
}

#buttons {
	width:540px;
	margin:0 auto;
}

#bottom {
	width:960px;
	margin:0 auto;
}