@charset "UTF-8";
@charset "UTF-8";

/*---------------------------------

Reset

---------------------------------*/
body {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
li {
	list-style-type: none;
}
a {
	color: #AFF
}
a:hover {
	color: #EFF;
}
img {
	width: 100%;
	height: auto;
}

/*---------------------------------

Base

---------------------------------*/
body {
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 0.4pt;
	background: #000;
}
img {
	vertical-align: bottom;
}
th,td {
	vertical-align: top;
}

/*---------------------------------

Home

---------------------------------*/
#site-title {
	font-family: 'Quicksand', sans-serif;
	font-size: 62px;
	font-weight: 400;
	text-align: center;
	padding: 100px 0 50px;
	color: #FFF;
	width: 450px;
	margin: 0 auto;
}
#site-title span {
	font-size: 14px;
	padding-left: 10px;
	color: #AAA;
}
#site-description {
	font-size: 16px;
	text-align: center;
	color: #CCC;
	line-height: 1.7em;
}
#login-btn {
	width: 150px;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #FFF;
	font-size: 18px;
	margin: 60px auto 30px;
	box-sizing: border-box;
}
#login-btn a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #FFF;
}
#login-btn a:hover {
	background: #EFF;
	color: #242424;
}

/*---------------------------------

Footer

---------------------------------*/
#footer {
	text-align: center;
	color: #666;
	font-size: 10px;
	padding: 50px 0 30px;
}
