@charset "utf-8";

/* Tag-Override */

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #999999;
	text-decoration: none;
}

img
{
	border: none;
}

/* Design */

#upper_thick_line
{
	width: 100%;
	height: 10px;
	margin-top: 15px;
	background-color: #000000;
}

#upper_small_line
{
	width: 100%;
	height: 6px;
	margin-top: 10px;
	background-color: #000000;
}

#intro
{
	width: 800px;
	height: 480px;
	margin: 0 auto;
	background-color: #484848;
	/* background-image: url(../img/design/skull.jpg);
	background-position: center;
	background-repeat: no-repeat; */
}

#lower_small_line
{
	width: 100%;
	height: 6px;
	background-color: #000000;
}

#lower_thick_line
{
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #000000;
}
