html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #120800;
}

body {
	margin: 0;
	padding: 0;
	background: #120800;
	display: table; 
	color: white;
	text-align: left;
	display: table; 
	height: 100%; 
	width: 100%; 
	font-family: tahoma, arial;
	font-size: 0.7em;
	line-height: 15px;
}

a { color: #a7a7a7; text-decoration: underline; }
a:hover, a:visited:hover { color: #a7a7a7; text-decoration: underline; }

div#center {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

div#centered {margin-top: expression(((document.documentElement.offsetHeight/2)
-parseInt(offsetHeight)/2)  <0 ? "0" : 
(document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2)  +'px') ;}

#wrapper {
	display: table-cell; 
	vertical-align: middle;
}

div#aligncenter {
	text-align: center;
}

div#menu {
	padding-top: 60px;
	margin-left: 50px;
	height: 8px;
}

div#logo {
	margin-left: 50px;
}

.dot {
	padding-left: 14px;
	padding-right: 14px;
}

div#numwork {
	float: right;
	padding-right: 50px;
	margin-top: -10px;
	height: 8px;
}

#works {
	padding-top: 30px;
	width: 700px;
	height: 250px;
}

#arrowl {
	position: relative;
	float: left;
	height: 8px;
	padding-top: 350px;
}

#arrowr{
	
	position: relative;
	float: right;
	height: 8px;
	padding-top: 350px;
}

#loading {
	position: absolute; 
	left: 50%; 
	top: 50%;
}

.increase {
	padding-top: 2px;
}

.indexload {
	padding-top: 83px;
}

#splash {
	position: relative;
	width: 700px;
	height: 250px;
	cursor: hand; 
}
