@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	position: relative;
	
}

#topline
{
	position: relative;
	background-color: black;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 4px 10px 0px #8a8a8a;
	-moz-box-shadow: 0px 4px 10px 0px #8a8a8a;
	box-shadow: 0px 4px 10px 0px #8a8a8a;
}

#topline img
{
	position: absolute;
	width: 84px;
	height: 54px;
	top: 23px;
	left:20px;
}

#topline h1
{
	position: absolute;
	color: white;
	font-size: 60px;
	margin: 0px;
	padding: 0px;
	top: 15px;
	left: 110px;
	text-shadow: #999999 0px -1px 0px;
}

#line
{
	position: relative;
	width: 60%;
	padding: 30px;
	
}
#line a
{
	display: block;
	padding-top: 5px;
	color: #666666;
	text-decoration: none;

}
#line a:hover
{
	text-decoration: underline;
}

