body 
{  
  color: black; 
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  background: #172e46 url('images/background.png') no-repeat center center fixed;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #7fbeff;
}

a:hover
{
	color: #4488cf;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}

li
{
	margin-bottom: 14px;
}

.short_li
{
	margin-bottom: 4px;
}

hr
{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 24px;
	margin-bottom: 24px;
}

.small_text
{
	font-size: 8pt;
}

.center_align
{
	text-align: center;
}

.logo
{
	display: block
	position: absolute;
	width: 1000px;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:40px;
    margin-bottom:10px;
    margin-right:auto;
    margin-left:auto;
	/*background-color:rgba(0,0,0,0.1);*/
	padding: 0px;
	color: white;
}
.main_block
{
	display: block;    
	width: 1000px;
    /*height:auto;*/
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:0px;
    margin-bottom:20px;
    margin-right:auto;
    margin-left:auto;	
	background-color:rgba(0,0,0,0.5);
	border: 1px solid white;
	color: white;
	padding: 0px;
}

.menu_block
{
	width: auto;
	height: auto;
	background-color:rgba(0,0,0,0.25);
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0px;
	text-align:center;
	margin: 20px;
	margin-bottom: 20px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.menu_block img
{
	border: 1px solid white;
	background-color:rgba(0,0,0,0.25);
	margin: 10px;
	margin-right: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.menu_block img:hover
{	
	opacity:1;
	filter:alpha(opacity=100);
}

.content_block
{
	width: auto;
	min-height:100%;
    height:auto;	
	padding: 0px;
	margin: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow:hidden;
}

.main_column
{	
	float: none;
	width: auto;
    overflow: hidden;
	border: 1px solid rgba(255,255,255,0.5);
	background-color:rgba(0,0,0,0.25);	
	min-width: 1px;
	padding: 10px;
	padding-bottom: 20px;
}

.centered_block
{
	display: block;
	margin: 8px;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid rgba(255,255,255,0.5);	
}

.screenshot_thumbnail
{
	display: inline;
	margin: 8px;	
	border: 1px solid rgba(255,255,255,0.5);	
}

.screenshot_thumbnail:hover
{
	border: 1px solid white;	
}

.info_column
{
	float: right;
	width: 200px;
	margin-left: 12px;
	padding: 10px;
	padding-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.5);
	background-color:rgba(0,0,0,0.25);
}

.info_column img
{
	display: block;
	margin: 8px;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid rgba(255,255,255,0.5);	
}

.footer
{
	width: auto;
	padding: 8px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	background-color:rgba(0,0,0,0.25);
}

.news_title_area
{
	width: auto;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
	margin-bottom: 8px;
}

.news_text
{
	color: rgba(255,255,255,0.75);
	margin-bottom: 20px;
}

.timedate_area
{
	text-align: right;
	width: 100px;
	float: right;
	font-weight: normal;
}

.presskit
{
	text-align: right;
	width: auto;
	float: right;
	font-weight: normal;
}