@CHARSET "ISO-8859-1";
body {
	font: 70% sans-serif;
}
#content {
	width: 60%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-height: 400px;
}

#content .title {
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}
#accomplished {
	position: relative;
	float: left;
}
#revision {
	position: relative;
	float: right;
}
#advertisment {
	clear:both;
}
#footer {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
