div.page {
	width:900px;
	float: left;
	height: 430px;
}
div.subpage {
	float: left;
}

div.pages {
	overflow:hidden;
	background-attachment:fixed;
	background-repeat: no-repeat;
	height: 430px;
	background-position:50% 203px;
}

/**
 * Simplemodal
 */

 /* Overlay */
#simplemodal-overlay {
	background: #000;	
}
#simplemodal-container {
	background: #fff;
}

#simplemodal-container h1 {
	font-size: 1.2em;
	font-weight:bold;
	margin-top: 15px;
}

#simplemodal-container h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
#simplemodal-container .simplemodal-close {
	background-image: url(../images/close.png);
	display:block;
	height:30px;
	left:-10px;
	position:absolute;
	top:-10px;
	width:30px;
	cursor: pointer;
}
