html { background: #333 url("bg.jpg") repeat 0 0; }

body {
	color: #565656;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	vertical-align: baseline;
}

#pageContainer {
	width:900px;
	margin: 0 auto;
}


.PixContainer {
	width: 800px;
	height: 600px;
	background: #262626;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;

}

.blissPix {

	border-style: solid;
	border-color: #FAFAFA;
	border-width: 3px;
	margin: 0px;
	width: 750px;
	height: 550px;
	margin: 22px;
}

.theTitle {
	height: 24px;
	color: #FAFAFA; 
	font-weight: bold; 
	font-style: normal;
	font-size: 32px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px; 
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.theTitle p {
	margin-top: 0px;
	padding-top: 0px;
}

.theSpacer {
	height: 20px;
}




