@charset "UTF-8";
/* CSS Document */

body {
	background:#D24F04;
	margin:0 auto;
	padding:0;
}


#page {
	text-indent:-9999px;
	background:url(images/sun.jpg) no-repeat center;
	margin:0px auto;
	width:950px;height:600px;
	text-align:center;
	color:#FAFBBF;
	font-family:Arial, Helvetica, sans-serif;
}

.text {
	background:url(images/novel.png) no-repeat top center;
	padding:50px 0 0 0;
	margin:100px auto;
	width:500px;
}

a {
	color:#FAFBBF;
	text-decoration:underline;
}