/* base.css */

body {
	background-color: #000;
	min-width: 600px;
}

#wrapper {
	width: 600px;
	height: 600px;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 10px;
	min-width: 600px;
	background-color: #000;
}

#footer {
	display: block;
	margin-top: 20px;
}

#copyright {
	
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font: 6pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

a.copyrightLink {
	text-align: center;
	color: #333;
	font: 6pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

