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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	background-color: #ffffff;
}

#wrapper {
	margin: auto;
	height: 824px;
	width: 824px;	
}

#intro {
}

#text {
}

#footer {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;	
}
