@charset "utf-8";

body {
	background-color: #000000;
	height:100%;
}

#content_container {
	background-image: url(../images/index/yggdrazil.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0px 300px 0px;
}

.clear-all {
	clear:both; 
	line-height:0; 
	height:0;
}

img {
	border:0px;
}

:focus {
	outline-style:none;
}

.hide {
		display: none;
}

/*================== MAIN MENU ==================*/

#main_menu {
}
#main_menu td {

}
#main_menu td a{
	display: block;
	height: 9px;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
#main_menu td a.thumb{
	cursor: pointer;
}
#main_menu td p {
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 9px;
	overflow: hidden;
	padding:0px;
}
#main_menu td span{
	height: 9px;
	overflow: hidden;
	display: block;
	padding:0px;
	margin: 0px;
}

#footer {
	clear: both;
	text-align: center;
	font-family: tahoma, "ms Sans Serif";
	font-size: 9px;
	color: #575757;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px 0px 30px 0px;
	padding: 15px 0px 0px 0px;
}
#client_login {
	padding: 20px 0px 0px 0px;
	background:url(../images/index/client_login.gif) no-repeat center top;
	margin: 30px 0px 0px 0px;
	font-family: tahoma, "mS Sans Serif";
	text-decoration: none;
	text-align: center;
}
.name {
	font-size: 10px;
	color: #444;
	padding: 0px 0px 2px 0px;
}
#client_login .field {
	font-family: tahoma, "mS Sans Serif";
	font-size: 10px;
	color: #999;
	background-color: #000;
	border:#222 solid 1px;
	padding: 3px;
	width: 100px;
}
.login {
	font-family: tahoma, "mS Sans Serif";
	color: #999;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #111;
	padding: 3px 3px;
	border:#222 solid 1px;
}
.login:hover {
	color: #aaa;
	background-color: #222;
}
.detailflash {
	padding:0px;
	font-family: tahoma, "mS Sans Serif";
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:right;
}
.detailhtml {
	padding:0px;
	font-family: tahoma, "mS Sans Serif";
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:left;
}
#admin_login {
	margin:300px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background:url(../images/index/admin_login.png) no-repeat center top;
	margin: 320px 0px 0px 0px;
	font-family: tahoma, "mS Sans Serif";
	text-decoration: none;
}
#client_login  a {
	padding: 0px;
	text-decoration: none;
}

#admin_login .field {
	font-family: tahoma, "mS Sans Serif";
	font-size: 10px;
	color: #999;
	background-color: #000;
	border:#222 solid 1px;
	padding: 3px;
	width: 100px;
}
.left {

}
	html, body {
		height:100%;
		}

	body {
		background-color:#000;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#000;
		margin-bottom:-18em; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		height:30em;
		clear:left;
		padding:320px 0px 0px 0px;
		background: url(../images/index/yggdrazil.jpg) no-repeat center 0px;
		}

