* {
	padding: 0;
	margin: 0;
}

body{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-image: url('greyback.gif');
	font-family: Trebuchet MS;
}

table strong{
	font-size: 120%;
}

h1{
	z-index: 5;
	margin: 20px;
	padding: 20px;
	text-align: center;
	color: maroon;
	font-size: 30px;
	background: rgba(255, 255 , 255 , 0.4);
	-moz-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-ie-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 10px rgba(255, 255 , 255 , 0.4);
	-webkit-box-shadow: 0 0 10px rgba(255, 255 , 255 , 0.4);
	-ms-box-shadow: 0 0 10px rgba(255, 255 , 255 , 0.4);
	-o-box-shadow: 0 0 10px rgba(255, 255 , 255 , 0.4);
	box-shadow: 0 0 10px rgba(255, 255 , 255 , 0.4);
}

#special {
	width: 700px;
}

h2{
	margin-bottom: 15px;
	text-shadow: white 0 0 10px;
}

#infodiv{
	width: 950px;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}

#legend{
	margin-left: 50px;
	padding: 20px;
	padding-top: 15px;
	width: 300px;
	font-size: 16px;
	background: rgba(0, 0 , 0, 0.4);
	text-shadow: white 0 0 5px; 
	-moz-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-ie-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 20px grey;
	-webkit-box-shadow: 0 0 20px grey;
	-ms-box-shadow: 0 0 20px grey;
	-o-box-shadow: 0 0 20px grey;
	box-shadow: 0 0 20px grey;
}

#cdiv{
	width: 950px;
	margin: 30px 0 30px 0;
	text-align: center;
}

#img_b, #img_s{
	border: 1px solid white;
	-moz-box-shadow: 0 0 30px white;
	-webkit-box-shadow: 0 0 30px white;
	-ms-box-shadow: 0 0 30px white;
	-o-box-shadow: 0 0 30px white;
	box-shadow: 0 0 30px white;
}

#img_b{
	width: 950px;
	height:	560px;
}

#img_s{
	width: 520px;
	height:	620px;
}

#dadiv{
	width: 950px;
	height: 450px;
}

#stuff{
	float: left;
	width: 400px;
	text-align: center;
}

#stuff>*:not(:last-child){
	margin-bottom: 10px;
}

#rate {
	margin-right: 40px;
	float: right;
	width: 430px;
	height: 400px;
}

#cont {
	position: relative;
	width: 450px;
	height: 500px;
	z-index: 5;
	background-image: url('greyback.gif');
}

#dummy {
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -400px;
	width: 800px;
	height: 540px;
	z-index: 1;
	-moz-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-ie-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 20px #474747;
	-webkit-box-shadow: 0 0 20px #474747;
	-ms-box-shadow: 0 0 20px #474747;
	-o-box-shadow: 0 0 20px #474747;
	box-shadow: 0 0 20px #474747;
}

#cont, #rate {
	z-index: 100;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: ivory;
	background: rgba(0, 0 , 0, 0.4);
	-moz-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-ie-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 20px grey;
	-webkit-box-shadow: 0 0 20px grey;
	-ms-box-shadow: 0 0 20px grey;
	-o-box-shadow: 0 0 20px grey;
	box-shadow: 0 0 20px grey;
}

input, textarea {
	-moz-border-radius: 5px /5px;
	-webkit-border-radius: 5px /5px;
	-o-border-radius: 5px /5px;
	-ms-border-radius: 5px /5px;
	border-radius: 5px /5px;
}

#cont input {
	width: 300px;
	height: 25px;
	font-size: 15px;
}

textarea {
	width: 400px;
}

button {
	margin-top: 10px;
	height: 40px;
	padding-bottom: 5px;
	width: 200px;
	color: #1A1A1A;
	font-weight: bold;
	-moz-border-radius: 20px /20px;
	-webkit-border-radius: 20px /20px;
	-o-border-radius: 20px /20px;
	-ms-border-radius: 20px /20px;
	border-radius: 20px /20px;
}

#cont button {
	font-size: 90%;
}

#conttable td:first-child>img {
	z-index: 50;
	position: relative;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	-moz-box-shadow: -5px 5px 10px white;
	-webkit-box-shadow: -5px 5px 10px white;
	-ms-box-shadow: -5px 5px 10px white;
	-o-box-shadow: -5px 5px 10px white;
	box-shadow: -5px 5px 10px white;
}

#conttable td:last-child>img {
	z-index: 50;
	position: relative;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	-moz-box-shadow: 0 0 30px white;
	-webkit-box-shadow: 0 0 30px white;
	-ms-box-shadow: 0 0 30px white;
	-o-box-shadow: 0 0 30px white;
	box-shadow: 0 0 30px white;
	-moz-box-shadow: 5px 5px 10px white;
	-webkit-box-shadow: 5px 5px 10px white;
	-ms-box-shadow: 5px 5px 10px white;
	-o-box-shadow: 5px 5px 10px white;
	box-shadow: 5px 5px 10px white;
}

#ratein>*:not(:last-child) {
	margin-bottom: 25px;
}