@charset "utf-8";
/* CSS Document */
8 {margin:0px; padding:0px;}
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	width:100%;
	height:auto;
}

.dylg{
	color:#000;
	font-size:70px;
	text-align:center;
	position:absolute;
	top:37%;
	width:100%;
}
p, a {margin:0px; padding:0px;}

.red{
	color:#b50000;
}

.answer{

	font-size:40px;
	color:#000;
}
.answer a, .answer a:visited{
	color:#b50000;
	text-decoration:none;
	cursor:pointer;
}

.otw{
	position:absolute;
	bottom:5px;
	right:30px;
	color:#b50000;
	font-size:30px;
}

#card{
	position:relative;
	width:750px;
	height:400px;
	margin:0 auto;
	display:none;

}
#card a{
	color:#000;
	text-decoration:none;
	
}
.topright{
	position:absolute;
	top:20px;
	right:20px;
	font-size:20px;
	color:#b50000;
}
.cardmiddle{
	position:absolute;
	top:30%;
	left:20px;
	font-size:80px;
}
.cardbotleft{
	position:absolute;
	bottom:5px;
	left:20px;
	font-size:30px;
}
.smaller{
	font-size:75%;
}
.bottomright{
	position:absolute;
	bottom:5px;
	right:20px;
	text-align:center;
	font-size:25px;
}
.dotted1{
	width:48px;
	height:195px;
	border-right: solid 5px #000;
	border-top: solid 5px #000;
	position:absolute;
	top:187px;
	right:250px;
	
}
.dotted2{
	height:8px;
	width:72px;
	border-bottom: solid 5px #000;
	position:absolute;
	bottom:13px;
	left:500px;
}
