@charset "utf-8";

body>div>.csscheck {display: none}
.csscheck {
	padding: 5px;
	color: red;
	font-size: 150%;
	width: 50%;
	margin-left: 1em;
	border: thick red solid
	}

html,body,p,h1 {
	text-shadow: 3px 3px 5px #000;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	margin: 0;
	background-color: #0a0a0a;
}
body {overflow-y: scroll;}

a {
	font-variant: normal;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 95%;
	text-decoration: underline;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}

p {
	text-indent: 3em;
	padding: 0px;
	margin: 0px;
	margin-top: 2em;
}

span>p {
	margin-top: 1em;
}
h1 {
	padding: 0;
	margin-left: -1em;
	font-size: x-large;
	display:inline;	
}

h1:after {
	content: "  ";
}

.title {
	font-style: italic;
}
.h {
	/* hidden */
	display: none;
}

#top_banner {
	left: 50%;
	margin-left: -375px;
	position: absolute;
	margin-top: 20px;
	width: 827px;
	height: 87px;
	z-index: 100;
}

#name {
	width: 750px;
	height: 87px;
	float: left;
	background-image: url(img/name.png);
	cursor: pointer;
}

#topmenubox {
	float: left;
}


#about {
	width: 77px;
	height: 39px;	
	background-image: url(img/about.png);
	cursor: pointer;
}

#works {
	width: 77px;
	height: 39px;
	background-image: url(img/works.png);
	cursor: pointer;
}

#navigation {
	z-index: 10;
	width: 100%;
	position: absolute;
	top: 50%;
	margin: 0px;
	padding: 0px;
	margin-top:50px;
}

#left {
	position: absolute;
	left: 20px;
	width: 50px;
	height: 75px;
	background-image: url(img/left.png);
	cursor: pointer;
}

#right {
	position: absolute;
	right: 20px;
	width: 50px;
	height: 75px;
	background-image: url(img/right.png);
	cursor: pointer;
}

#content {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
}

#work {
	top: 50%;
	left: 50%;
	position: absolute;
	border-style: none;
}

#infotext {
	position: absolute;
	width: 600px;
	margin-top: 127px;
	margin-left: -300px;
	padding-left: 1em;
	left: 50%;
	border: 0px solid white;
}

