div#pwStartBottomCenter {
	width: 600px;
	height: 130px;
	float: left;
	}

div#pwStartBottomLeft {
	width: 100px;
	height: 130px;
	float: left;
	background-image: url(../images/layout/startBottomLeft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
div#pwStartBottomRight {
	width: 100px;
	height: 130px;
	float: left;
	background-image: url(../images/layout/startBottomRight.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwStartCenter {
	width: 600px;
	height: 427px;
	float: left;
	}

div#pwStartRight {
	width: 100px;
	height: 427px;
	float: left;
	background-image: url(../images/layout/startRight.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwStartLeft {
	width: 100px;
	height: 427px;
	float: left;
	background-image: url(../images/layout/startLeft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwStartTop {
	height: 93px;
	background-image: url(../images/layout/startTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div#pwMain { 
	width: 800px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -325px;
	background: #DBD2C1;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	background: #E5D4B8;
}