h1	{
	text-shadow:3px 3px #000000;
	margin-bottom:0px;
	font-size:380%;
	}
h2	{
	text-shadow:3px 3px #000000;
	margin-top:30px;
	margin-bottom:0px;
	font-size:200%;
	color:#FF0000;
	}
p	{
	text-shadow:1px 1px #000000;
	line-height:100%;
	font-size:140%;
	text-align:center;
	vertical-align:top;
	max-width:1440px;
	margin:12 auto;
	}
a	{	
	color:#8080FF;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	}
body{
	background-color:#8D1010;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:17;
	color:#FFFFFF;
	background-image:url('images/backdrop.png');
	background-repeat:no-repeat;
	background-position-x:center;
	background-size:cover;
	}
video{
	width:100%;
	max-width:1440px;
	max-height:810px;
	}
#title{
	position:relative;
	width:100%;
	max-width:960px;
	box-shadow:none;
	}
#judge{
	position:absolute;
	width:1440px;
	height:810px;
	left:240px;
	top:170px;
	}
#clock{
	position:absolute;
	top:1px;
	left:1px;
	max-width:1916px;
	max-height:1080px;
	width:1916px;
	}	
#done{
	position:absolute;
	top:480px;
	left:240px;
	max-width:1440px;
	max-height:1080px;
	width:1440px;
	}	
#pip{
	position:absolute;
	width:400px;
	left:300px;
	top:250px;
	box-shadow:10px 10px 5px rgba(0, 0, 0, 0.6);
	}	