html, body {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 300px;
	overflow: hidden;

	font-size: 9pt;
	font-family: Verdana, serif;
	color: #797979;
	background: #fff;
}



#text {
	width: 460px;
	padding: 10px 20px;
	text-align: left;
	
	float: left;
	height: 280px;
	
	background: #e9e5e2;
	
	font-family: Georgia,serif;
	font-size: 9pt;
	line-height: 1.5em;
	
	overflow: auto;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #999;
}

.dolce {

}

#decoration {
	width: 500px;
	float: right;
	text-align: center;
	height: 100%;
}




#text, #decoration {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}




a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}