﻿@charset "utf-8";

* {
	font-family: inherit;
}

body {
	font-family:Tahoma,돋움,sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 10px;
	background: #000;
	color: #fff;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#page {
	margin: 0px auto;
	text-align: center;
}

#header {
	position: relative;
	width: 400px;
	height: 500px;
	margin: 0px auto;
	background: url(bg_main.gif) no-repeat center top;
}

h1 {
	position: relative;
	top: 120px;
	right: 220px;
	text-align: right;
	font-size: 1.2em;
}

#content {
	position: relative;
	top: 150px;
	right: 220px;
	text-align: right;
}

#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin-bottom: 0.8em;
}

#navigation li a {
	color: #666;
}

#navigation li a:link, #navigation ul li a:visited {
	color: #666;
}

#navigation li a:hover {
	color: #999;
	text-decoration: underline;
}

#footer {
	clear: both;
}

#copyright {
	color: #999;
}

p {
	margin: 0.3em;
}

img { border: none; }

.tooltip {
	position: absolute;
	left: 100px; top: 100px;
	border: 1px solid #ccc;
	background: black;
	visibility: hidden;
	padding: 3px;
}
