body{	
	max-width: 200px;
	max-height: 320px;
	overflow: hidden;

}

#sidebar{
	display: none;
}

#footer{
	display: none;
}

.link{
	font-family: 'EurekaSansBold';
	font-size: 36px;
	text-align: right;
	line-height: 40px;
	text-indent: 50px;
}

#content{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -365px;
	margin-top: -170px;	
}

.acervo_caos{
	font-family: 'EurekaSansBold';
	font-size: 36px;
	text-align: right;
	line-height: 40px;
	text-indent: 50px;
}

