body {
	margin: 0px;
	padding: 0px;
	background-color: #ffcc66;
}
body, td, th {
	font-family: "Century Gothic", Courier, monospace;
	font-size: 13px;
	color: #333333;
}

a {
	color: #0066ff;
}
a img {
	border: 0px;
}

.themeMain {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.themeTop {
	height: 150px;
	background-image: url(top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 30px 40px 30px;
}
.themeTop .langs {
	height: 40px;
	text-align: left;
	padding: 10px 10px 0px 0px;
}

.themeTop .left {
	float: left;
	width: 270px;
	position: relative;
	left: -11px;
}
.themeTop .left a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding: 1px 11px 1px 11px;
}
.themeTop .left a:hover {
	background-color: #663300;
	color: #ffffff;
}
.themeTop .right {
	float: right;
	width: 270px;
	font-size: 12px;
}


.themeContent {
	background-image: url(middle.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 10px 30px 10px 30px;
	text-align: justify;
}
.themeBottom {
	background-image: url(bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.themeIntro {
	display: table;
	width: 500px; 
	height: 260px;
	padding: 260px 50px 0px 50px; 
	text-align: center; 
	vertical-align: middle; 
	background-image: url(../intro.jpg); 
	background-position: center center; 
	background-repeat: no-repeat;
	margin: auto;
}
.themeIntro a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
.themeIntro a:hover {
	background-color: #663300;
	color: #ffffff;
}
