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

html, body {
	background: #06C;	
}

#wrapper {
	margin: 20px auto;
	width: 750px;
	background: #FFF;	
}

#content { padding: 10px; }

.color-1 {
	color: #C00;	
}
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

