body{
	background: url(body-bg.png);
	font: 20px	Arial, Helvetica, sans-serif;

}
h1{
	color: #333;
	margin: 0 0 0 40%;
}

span.description{
	color: #666;
	margin: 0 0 0 40%;
}

.nav{
	position: relative;
	top: 30px;
	left: 160px;
	width: 500px;
	margin: auto;
}

.nav a{
	background: url(../images/bgmenu.png);
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 4px;
}

a{
	color: #222;
	position: relative;
	margin: 0 0 0 20px;
}

a:hover{
	color: #ccc;
}

a:active{
	top: 2px;
}

div{
	background: url(china.jpg);
	height: 400px;
	width: 400px;
	margin: -500px 0 0 44%;
	position: absolute;
	-webkit-box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	-o-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
}

p.kp{
	background: black;
	color: #fff;
	text-align: center;
}

span.kcontent{
	font: 30px Arial, Helvetica, sans-serif;
}

fieldset{
	width: 300px;
	margin: -106px 0 60px 0;
	border: 0;
	text-align: center;
}

label{
	margin-top: 3px;
	display: inline-block;
}

input{
	border: 0;
	width: 250px;
	height: 28px;
	margin: 5px 10px;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	-o-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
	font-size: 20px;
	padding: 2px;
}

button{ background: url(bgmenu.png); border: 0; width: 250px; height: 40px; color: #fff; margin: 10px; box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; -moz-box-shadow: 0 0 5px #333; -o-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333; background-image: url(bgmenu.png); font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

button:hover{
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-o-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	background: url(body-bg.png);
	color: #333;
	cursor: pointer;
}

button:active{
	box-shadow:inset 0 0 5px #333;
}

.ribbon{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}