body,html,p,div,strong {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Telex,Microsoft Yahei;
	color: rgb(55,55,55);
}

body,html {
	width: 100%;
	height: 100%;
}

strong {
	font-size: 16px;
}

.orange {
	color: orange;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.purple {
	color: purple;
}

.yellow {
	color: yellow;
}

.white {
	color: white;
}

#page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 960px;
	height: 640px;
	margin: auto;
}


#header,#footer {
	position: relative;
	width: 960px;
	height: 100px;
	border: 0;
}

#header {
	border-bottom: solid 1px #cccccc;
}

#footer {
	border-top: solid 1px #cccccc;
}


#content {
	position: relative;
	width: 960px;
	height: 438px;
}

.slide {
	position: absolute;
	display: none;
	width: 70%;
	height: 70%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.slide.active {
	display: block;
}

button {
	width: 100px;
	height: 80px;
	border: 0;
	font-family: Telex;
	background: white;
}

button:hover {
	opacity: .8;
	background: rgb(234,234,234);
}

button:active,button:visited {
	opacity: 1;
	background: white;
}

.paragraph-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#header .paragraph-center  {
	width: 80%;
	height: 70px;
	font-size: 50px;
	font-family: Cinzel Decorative;
	line-height: 70px;
}

.slide .paragraph-center {
	position: static;
	line-height: 20px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

#prev,#next {
	float: right;	
}

#prev {
	display: none;
}