@charset "UTF-8";
/* CSS Document          
	Arquivo: 	estilo-splash.css
	Cliente: 	Vifran Construtora
	Autor:		Richard Sgobin
	Copyright (c) 2008 - SGOBIN STUDIO 
*/

/* RESETS & FORMATACAO GERAL */
* {
	margin: 0; padding: 0;
}

.clearflt { clear: both; }

a	{ 
		outline: none;
		border: none; 
	}

html { height: 100%; } /* Para o rodape grudar no final */

body	{
			height: 100%; /* Para o rodape grudar no final */
			text-align: center;
			background: #FFFFFF url(assets/splash-bg.jpg) no-repeat top center;
		}

#wrapper {
				margin: auto;
				width: 800px;
			}

#conteudo	{
					text-align: left;
				}

.logo_vifran 	{
						float: left;
						margin-left: 70px;
						margin-top: 110px;
						border: none;
					}

.logo_franz 	{
						float: right;
						margin-right: 67px;
						margin-top: 110px;
						border: none;
					}

#footer	{
				margin-top: 100px;
				height: 288px;
				width: 100%;
				background: url(assets/rodape.jpg) no-repeat bottom center;
			}
