﻿@charset "utf-8";


* {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 20px;
	text-align: justify;
	padding: 0;
	border: 0;
	margin: 0px;
}

body {
	color: #fff;
	background: #000 url('/_img/background_black.png');
	font-size: 76%;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	border-bottom-style: solid;
}


.button {
	color: #fff;
	background: #000;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #fff;
	width: 160px;
	display: block;
}

.button:hover {
	color: #000;
	background: #fff;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}


#dual_definition {
	margin: 160px auto 0;
	width: 640px;
}

#dual_definition dl {
	padding: 0px 4px;
	width: 312px;
}

#dual_definition dt {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

#ziggurat_definition {
	float: left;
}

#ziggurat_definition dt {
	text-align: right;
}

#vertigo_definition {
	float: right;
}

#vertigo_definition dt {
	text-align: left;
}

#enterance {
	text-align: right;
	margin: 40px auto;
	width: 640px;
	clear: both;
}
