@charset "UTF-8";

html, body {
	background-color:#182d3b;
}
#logo {
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	width:150px;
	height:86px;
	margin:200px auto;
	text-indent:-10000px;
	overflow:hidden;
}