@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dddddd;
	}

#wrapper {
	position: absolute;
	width: 700px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	}
	
#production {
	position: fixed;
	width: 210px;
	height: 30px;
	right: 0;
	bottom: 0;
	font-size: 11px;
	color: #999999;
	}
#production a {
	color: #999999;
	text-decoration: none;
	}