@charset "utf-8";
/* CSS Document */
*:focus {
	outline:none;	
}
body {
	padding:0 0;
	margin:0 0;
	background:#fff url(../images/bg-s.png) repeat-x;
}
#page {
	position:relative;
	width:1000px;
	height:650px;
	margin:0 auto;
	padding:0;
}
#wrapper {
	position:relative;
	width:800px;
	height:650px;
	margin:0 auto;
	padding:0 0;
}
#content {
	padding:0 0;
	margin: 0 0;
	position:relative;
	height:450px;
	width:800px;
}
#footer-copyright {
	position:relative;
	padding:0 0;
	margin: 0 0;
	height:200px;
	text-align:center;
	width:800px;
	font-family:"Century gothic",Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#828080;
}
#footer-copyright a {
	text-decoration:none;
	color:#828080;
}