span.more_link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #FFF;
    display: block;
    cursor: pointer;
    padding: 3px 20px 5px 35px;
    border: 1px solid #D37B34;
    font-size: 11px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom: none;
    border-right: none;
    background: #4F190A url(/img/more_arrow.png) 10px 6px no-repeat;
}
span.more_link:hover {
    background: #9F4518 url(/img/more_arrow.png) 10px 6px no-repeat;
}
div.cs_column div.news, div.en_column div.news {
  width: 380px;
  min-height: 65px;
  overflow: hidden;
  border: 1px solid #D37B34;
  margin-bottom: 10px;
  background: url(/img/bg_news.png) 0 0 repeat;
  padding: 10px 10px 25px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  clear: both;
  position: relative;
  
}
span.author {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -170px;
}

* {
  margin: 0;
  padding: 0;
}

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #000;
}
div.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.container {
	width: 900px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	
}
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	font-size: 12px;
	height: 75px;
	border: 1px solid #C00;
	margin-top: 10px;
}


.header h1 {
	margin: 0;
	padding: 10px 0; 
}
.header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainContent {
	background: url(/img/MetalGateX.gif) 0 0 repeat;
	min-height: 580px;
  _height: 580px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
	border: 1px solid #C00;
	margin-bottom: 5px;
	padding-top: 20px;
	position: relative;
}
.mainContent h2 {
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	margin: 25px 0 5px 0;
	letter-spacing: -0.04em;
}
.mainContent h2.cs a {
	padding-left: 35px;
	background: url(/img/cs_flag.gif) left 0.25em no-repeat;
	float: left;
	display: inline;
	margin: 0 0 5px 0; 
}
.mainContent h2.en a {
	padding-left: 35px;
	background: url(/img/en_flag.gif) left 0.25em no-repeat;
	float: left;
	display: inline;
	margin: 0 0 5px 0; 
}
.mainContent p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
}
.mainContent h2 a {
	color: #FFF;
	text-decoration: none;
}

.copyright {
	border: 1px solid #C00;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10px;
	text-align: center;
	clear: both;
}
.copyright p {
	font-size: 10px;
	font-weight: bold;
	color: #F90;
	display: inline;
}

.copyright p a {
	color: #F90;
}




.footer {text-align: center;}
#footer {
	padding: 0 10px;
	background-color: #000;
	color: #F00;
	border: 1px solid #C00;
	font-family: Verdana, Geneva, sans-serif;
	
}
#footer p {
	margin: 0;
	padding: 10px 0; 
}
.footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 5px 5px 5px;
    vertical-align:middle;
}

.fltlft {
	float: left;
}
.black {
	color: #000;
}


img.logo {
  margin-left: 10px;
}




div.cs_column {
  width: 400x;
  float: left;
  display: inline;
  margin-right: 45px;
  margin-left: 4px;
  padding-bottom: 30px;
}
div.en_column {
  width: 400px;
  float: left;
  display: inline;
  padding-bottom: 30px;
}
.mainContent a {
	color: #FFF;
}

div.more, div.news {
    display: none;
}