﻿body {
	background-image: url("http://blog.dimpurr.com/wp-content/themes/adagiio/banner/4.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: default;
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -100px;
	padding-top: 100px;
	color: #FFF;
	border-radius: 50%;
	border: 10px solid rgba(0,0,0,0);
	border-image: -webkit-linear-gradient( rgba(255, 255, 255, 0.3) , rgba(255, 255, 255, 0.3) );
	border-image: -moz-linear-gradient( rgba(255, 255, 255, 0.3) , rgba(255, 255, 255, 0.3) );
	border-image: linear-gradient( rgba(255, 255, 255, 0.3) , rgba(255, 255, 255, 0.3) );
	-webkit-box-shadow: 0 0 0 4px rgba(247, 247, 247, 0.53) , 0 0 0 200px rgba(177, 30, 30, 0.81), 0 0 0 204px rgba(247, 247, 247, 0.67), 0 0 10px 204px rgba(0, 0, 0, 0.64), 0 0 0 60px rgba(27, 27, 27, 0.79) inset, 0 0 10px 60px rgba(0, 0, 0, 0.73) inset;
	box-shadow: 0 0 0 4px rgba(247, 247, 247, 0.53) , 0 0 0 200px rgba(177, 30, 30, 0.81), 0 0 0 204px rgba(247, 247, 247, 0.67), 0 0 10px 204px rgba(0, 0, 0, 0.64), 0 0 0 60px rgba(27, 27, 27, 0.79) inset, 0 0 10px 60px rgba(0, 0, 0, 0.73) inset;
}

div::before {
	content: "Bakemonogatari";
	width: 500px;
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -250px;
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	text-shadow: 0 0 40px #000, 0 -1px 0 #F3F3F3, 0 -2px 0 #F3F3F3;
}

div::after {
	content: "DimWorks CopyRight © TwentyThirteen\AOriginal Sound Track\AProundly Based on Html5 & Css 3";
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -140px;
	white-space: pre;
	word-wrap: break-word;
	font-size: 15px;
	font-variant: small-caps;
	text-align: center;
	font-family: "Times New Roman", serif;
	color: rgba(255, 255, 255, 0.81);
	text-shadow: 0 0 15px #000;
}