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

body {
color: #555;
background-image:url(imagens/background.jpg);
background-attachment:fixed;
background-repeat:repeat-x;
background-position:center top;
width: 100%;
line-height:1.6;
font-size:12px;
font-family:helvetica;
color:#6699cc;
}



#principal{
	position:relative;
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:0px;
	text-align:center;
	}
	

#logo {
background-image:url(imagens/embreve.png);
background-repeat:no-repeat;
background-position:center;
width:100%;
height:300px;
}

#twlogo {
background-image:url(imagens/twitter.png);
background-repeat:no-repeat;
background-position:center;
width:100%;
height:100px;
}