@charset "UTF-8";
/* CSS Document */

#wrappah {
	background-image: url(../images/wrapperfill.png);
	background-repeat: repeat-x;
	width: 1048px;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 1048px;
	
}

#headdah {
	height: 140px;
	width: 1024px;
	padding-top: 10px;
	clear: both;
	float: left;
	z-index: 100;
}


#navbar {
	height: 24px;
	width: 1048px;
	/*background-image: url(../images/navbar.png);*/
	background-repeat: no-repeat;
	clear: both;
	float: right;
	padding-bottom: 30px;
}

#nav {
	width: 1048px;
	height: 24px;
	margin-bottom: 20px;
	margin-left: 600px;
	margin-right: auto;
	margin-top: 0px
}

#content {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	/*margin-bottom: 90px;*/
	/*padding-top: 40px;*/
}

#number {
	position: relative;
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: 130px;
}

#thumbnail_zen {
	display:block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 378px;
}
#thumbnail_unreal {
	display:block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
}

#text {
	
	margin-top: 30px;
	color: #000;
	position: relative;
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}


p {
	margin-right: 20px;
	margin-left: 20px;	
	
}


body {
	background-image: url(../images/pageback.png);
	background-repeat: repeat;
}
