/* CSS file */

p {
	font-size: 14px;
	line-height: 21px;
}

#content {
	width: 500px;
	left: -250px;
	padding-top:20px;
	padding-left:50%;
	position: absolute;
}

#content h1 {
	font-size: 16px;
	line-height: 21px;
}

#content h2 {
	font-size: 14px;
	line-height: 21px;
}

#content span.color {
	color: #F60;	
}

#content .layer {
	
}
