html,body {
	font-family: 'Ubuntu', Arial, serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
}

img,div {
	margin: none;
	padding: none;
	border: none;
}

img.fixedpng {
	behavior: url(fixpng.html)
}

.transBg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter: alpha(opacity =         50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.main {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 8px #AAA;
	-webkit-box-shadow: 0px 0px 8px #AAA;
	box-shadow: 0px 0px 8px #AAA;
	overflow: auto;
}

.header {
	width: 810px;
	height: 150px;
	background-image: url(../images/yosay.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.menu {
	width: 500px;
	height: 50px;
	padding-left: 300px;
	padding-top: 50px;
}

.menu a {
	font-family: 'Ubuntu', Arial, serif;
	display: block;
	font-size: 14px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

h1 {
	font-family: 'Ubuntu', Arial, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

h2 {
	font-family: 'Ubuntu', Arial, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}

.content {
	width: 740px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 80px;
	min-height: 500px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

.pic {
	width: 340px;
	height: 340px;
	float: left;
	margin: 15px;
	margin: 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.pic a {
	display: block;
	float: left;
	width: 340px;
	height: 340px;
}

div.image {
	
}

div.image img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.piclayer {
	float: left;
	width: 740px;
}