/*### Global ###*/

html, body {
	margin: 0; padding: 0 0 20px 0;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	background: #302b2c;
	line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

/*### Generics ###*/

.links {
	
}
.links li {
	padding: 0 0 2px 0;
}
.links a {
	display: block;
}
.links img {
	display: block;
	border: 0;
}


/*### Structure ###*/

#holder {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0;
}

#holder h1 {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}
#holder h1.cym {
	background: url('../images/splash_title_cym.png') no-repeat;
	width: 745px;
	height: 56px;
	margin: 15px 0;
}
#holder h1.eng {
	background: url('../images/splash_title_eng.png') no-repeat;
	width: 756px;
	height: 51px;
	margin: 10px 0 10px 0;
}


#splash {
	background: url('../images/splash.jpg') no-repeat;
	width: 770px;
	height: 441px;
}
#splash li {
	width: 50%;
	height: 100%;
	float: left;
}
#splash a {
	display: block;
	width: 100%; height: 100%;
	text-indent: -5000px;
	overflow: hidden;
}
#splash a:hover {
	background: #ffffff;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#footer {
	width: 768px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #d8d7d8;
}
#footer li {
	float: right;
	padding: 0 0 0 5px;
}
