* {
	vertical-align: top;
}

html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	overflow-y: scroll;
	
	background: #191919 url(../images/bg.png) 0px 0px repeat;
	color: #fff;
	font: 12px Verdana,sans-serif;
}

a {
	color: #54a100;
}

#langs {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -540px;
	z-index: 10;
}

	#langs a {
		display: block;
		text-decoration: none;
		position: relative;
		padding: 0.5ex;
	}
	
		#langs a:hover {
			left: -5px;
		}
		
		#langs a img {
			border-radius: 4px;
		}

#page {
	width: 1000px;
	margin: auto;
	margin-top: 3em;
	box-shadow: 0px 0px 10px #000;
	border-radius: 1ex;
	position: relative;
	z-index: 100;
}

#top {
	width: 1000px;
	height: 272px;
	background: url(../images/logo.png) no-repeat 50% 50% #000;
	border-top-left-radius: 1ex;
	border-top-right-radius: 1ex;
}

	#top .logo {
		width: 100%;
		height: 100%;
	}
	
		#top .logo a {
			width: 100%;
			height: 100%;
			display: block;
			text-decoration: none;
		}

#menu {
	height: 50px;
	padding-left: 1em;
	background: #000;
}

	#menu a {
		float: left;
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: 1.5em;
	}
	
		#menu a:hover {
			text-shadow: 0px 0px 5px #54a100;
		}

#content {
	background: #000;
	color: #fff;
	padding: 3em;
}

#footer {
	background: #0e0e0e;
	color: #fff;
	padding: 3em;
	font-size: 0.8em;
	box-shadow: 0px 0px 10px #000 inset;
	border-bottom-left-radius: 1ex;
	border-bottom-right-radius: 1ex;
	position: relative;
}

	#footer .part_of {
		position: absolute;
		right: -20px;
		top: -20px;
		z-index: 10000;
	}
