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

body {
	background: #6CC;
}
#global {
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-left: 55px;
	background: #069;
	font: 60px Georgia, "Times New Roman", Times, serif;
	color: #CC0;
}
