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

body, html{
	background: url(backr.gif);
}

#title{
	font-size:54px;
	color:#FA5974;
	margin-bottom: 10px;
	font-weight:bold;
}

#titles{
	font-size:24px;
	margin-bottom: 10px;
}

#sidebar{
	float:left;
	width:250px;	
}

#content{
	float:left;
	margin-bottom:50px;
}

.copyright{
	height:150px;
}

.poi{
	cursor: pointer;
}

.poib{
	cursor: pointer;
	font-weight: bold;
	color: #00F;
}