@charset "UTF-8";
body {
	background-color: #000;
}
body {
	background-color: #000;
}
#wrap {
	width: 950px;
	margin-top: 10px;
}
#wrap {
	width: 950px;
	margin-top: 10px;
	margin: auto;
}
#header {
	text-align: center;
	width: 950px;
	height: 320px;
}
#header {
	text-align: center;
	width: 950px;
	height: 320px;
}
#nav {
	text-align: center;
	height: 42px;
	width: 950px;
}
#nav {
	text-align: center;
	height: 42px;
	width: 950px;
}
#main-content {
	text-align: center;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
}
#main-content {
	text-align: center;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
}
#footer {
	text-align: center;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 16px;
}
#footer {
	text-align: center;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 16px;
}
.yellow-lines {
	color: ffd100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.yellow-lines {
	color: ffd100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFD100;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

