/**
 * YOUmove - Inglês pra você crescer
 * 
 * @since Version 1.0
 * @author MindSet Films Dev Team
 * @copyright Copyright (c) 2009, Ometz Group.
 */

/**
 * default.css
 * 
 * @author João Paulo Fricks
 * @description Arquivo de estilos da default.
 */

/*****************************************************
 * ESTRUTURA INICIAL								 *
 *****************************************************/

/** Redefinindo todos margins e paddings. **/
* 
{	
	padding: 0px; 
	margin: 0px; 
}

html, body 
{ 
	height: 100%; 
	width: 100%;
}

body 
{
	background-image: url("http://modules.mindset.net.br/assets/YMV2/images/layout/bg-site.png");
	background-repeat: repeat-x;
	background-position: top center;
/*	background-color: #fff; */
}

#geral 
{
	margin: auto;
	width: 998px;
	height: auto;
}

#geral #header 
{
	width: 998px;
	height: 306px;
	float: left;
}

#geral #rodape
{
	float:left;
	width: 998px;
	height: 95px;
	background: url("http://modules.mindset.net.br/assets/YMV2/images/layout/bg_rodape.jpg") center top no-repeat;
	display: inline;
}

#geral #rodape p#direitos 
{
	color: #8D8D8D;
	float: left;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	margin: 20px 0 15px 0;
	text-align: center;
	width: 998px;
	height: 20px;
}

/** Removendo todas as bordas de imagens **/

img
{
	border: none;
}

.clear
{
	clear: both;
}

