body {
	background:#000000 url("/img/bg-01.jpg") repeat-x left top;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666666;
	text-align: center;
	font-size: 11px;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 150px 0 250px 0;
}

span {
	font-size: 26px;
	color: #444444;
}

a:link {
	color: #0088cc; text-decoration: none
}
a:visited {
	color: #0088cc; text-decoration: none
}
a:hover {
	color: #F63; text-decoration: underline
}
a:active {
	color: red; text-decoration: none
}
