@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }

#wrapper {
	position:relative;
	width:950px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	}
			
#footer {
	position:relative;
	width:920px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
	#footer a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
		}
	#footer a:hover {
		text-decoration:none;
		}
	#footer span {
		position:absolute;
		right:0px;
		top:0px;
		}