largura = screen.width;
	
if ( largura <= 800 ) {

	document.write('<div style="margin: 0 auto; text-align: center; width: 700px;">');	
		
}

else {

	document.write('<div style="margin: 0 auto; text-align: center; width: 998px;">');
	document.write('<div id="lateral">');
	document.write('<div class="texto">');
	document.write('<strong>Veja como s&atilde;o as palestras da L&oacute;gica Digital:</strong><br /><br />');
	document.write('<object width=300 height=195><param name=allowfullscreen value=true /><param name=allowscriptaccess value=always />');
	document.write('<param name=movie value=http://vimeo.com/moogaloop.swf?clip_id=12089236&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1 />');
	document.write('<embed src=http://vimeo.com/moogaloop.swf?clip_id=12089236&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1 type=application/x-shockwave-flash allowfullscreen=true allowscriptaccess=always width=300 height=195></embed></object>');
	document.write('</div><br />');

	document.write('<div class="texto" style="padding-left:10px;">');
	document.write('<h1>Passo-a-Passo</h1><br />');
	document.write('<a href="passo-a-passo.asp" title="Passo-a-Passo"><img src="imagens/img_passo.gif" border="0" alt="Passo-a-Passo" title="Passo-a-Passo" /></a>');
	document.write('</div>');
	
	document.write('</div>');
}
