body {
    margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 130%;
    color: #CCCCCC;
    background-color: #000000;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#photo {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
img.bg {
	width: 100%;
	height: auto;			
	z-index: 2;
}
#sidetrasp {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
img.side {
	width: 100%;
	height: auto;			
	z-index: 4;
}
#container {
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
	z-index: 10;
}
#japan {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 320px;
	left: 280px;
	z-index: 40;
}
#menu {
    width: 800px;
    font: 20px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
    color: #444444;
	z-index: 50;
}
.menurus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
    color: #444444;
}
.titlerus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
    color: #CCFF00;
}
.ico {
	margin: 12px 0 0 0;
}
.icons {
	border: 0px; 
	padding: 0px; 
	margin-top: 5px; 
	margin-bottom: 0px;
}
#content {
    width: 630px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10 10 10 0;
	z-index: 51;
}
#players {
    width: 300px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
	z-index: 52;
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    color: #E1E1E1;
    margin-left: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.whitetext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #FFFFFF;
}
.greytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}
.greentext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCFF00;
}
.textflat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    color: #999999;
}
.greentitles {
    font: 20px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
    color: #CCFF00;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news {
    margin-left: 25px;
    margin-right: 100px;
    margin-bottom: 10px;
}
hr {
	color: #333333;
	background-color: #333333;
	border: 0;
	height: 1px;
}
a:link,a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover,a:active {
    color: #CCFF00;
    text-decoration: none;
}
