body {
	margin:80px 0 0 0;
	background-color:#000000;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position-x:50%;
	background-position-y:50%;
}
#page {
	width:300px;
	height:600px;
	padding:0;
	margin:0 auto;
	position:relative;
	background-image:url(kinkin.png);
	background-repeat:no-repeat;
	background-position:top;
}
#main {
	width:275px;
	padding:15px 10px 5px 15px;
	top:150px;
	position:absolute;
	background-image:url(background_main.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position-x:50%;
	background-position-y:50%;
}
p {
	padding:0;
	margin:0;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:left;
	letter-spacing:1px;
	word-spacing:2px;
	color:#FFF;
}
.text strong {
	font-size:14px;
	text-transform: uppercase;
}
.text p {
	padding-bottom:15px;
}
.text a {
	color:#FFF;
	text-decoration:underline;
}
.text a:hover {
	color:#000;
	background-color:#FFF;
}
.text .credits {
	font-size:10px;
	line-height:14px;
	padding-top:10px;
}
