@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Bilbo);

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

html {
	height: 100%;
	background: url(/bg.jpg) no-repeat right bottom;
}

body {
	font-size: 30px;
	line-height: 1.5;
	font-family: 'Bilbo', cursive;
}

#content {
	width: 500px;
	margin: 40px auto auto 40px;
	color: #999;
}

strong {
	color: #333;
}

/*EOF*/