html, body {
	background-color: black;
	background-image: url('http://sap1ens.ru/images/bg.png');
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

a, a:visited {
	color: white;
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

#parent {
	position: absolute;
	width: 33%;
	height: 50%;
	left: 33%;
	top: 25%;
	text-align: center;
	vertical-align: middle;
}

#main {
	display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    //display: inline;
}

#helper {
 	display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom: 1;
    //display: inline;	
}

.h {
	font-size: 24px;
	color: white;
	letter-spacing: 5px;
	line-height: 50px;
	cursor: pointer;
	padding: 5px 0;
}

ul.nodots li {
	list-style-type: none;
	height: 32px;
}

.dashed {
	border-bottom: 1px dashed white;
}

.s {
	display: none;
}

.smaller {
	font-size: 10px;
}

#content {
	position: absolute;
	width: 46%;
	height: 40%;
	color: white;
	line-height: 25px;
	display: none;
	overflow: auto;
}

.subcontent {
	margin: 0 auto;
}

.what_page {
	width: 440px;
}

.portfolio_page, .how_page {
	width: 450px;
}

.text_link, .text_link2 {
	text-decoration: underline;
	color: white;
	cursor: pointer;
}

.text_link:hover, .text_link2:hover {
	text-decoration: none;
}

.more, .more2 {
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
}

#flags {
	position: absolute;
	top: 2px;
	right: 4px; 
}

#flags img {
	cursor: pointer;
}

#more_links {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 99%;
	height: 20px;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	color: #6d6d6d;
}

.ninja {
	font-size: 10px;
}
