/*
 * FloatStudios 2010
 *
 * www.floatstudios.pt
 *
 */
 html,
body
{
	background: url(../imagens/fundo.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000000;
	font-family: arial, Helvetica,sans-serif;
	color: #757575;
	margin: 0 0 0 0;
	font-size: 10px;
	height: 100%;
}

img
{
	border: none;
}

#pageContainer
{
	min-height: 100%;
	position: relative;
}

#headerMain
{
	position: relative;
	width: 100%;
	top: 25px;
	padding-bottom: 50px;
}

#headerIn
{
	position: relative;
	width: 730px;
	background: url(../imagens/header-div.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}

#languagesContainer
{
	position: relative;
	width: 726px;
	padding-top: 15px;
}

#mainHolder
{
	position: relative;
	margin-top: 25px;
}

#tableHolder
{

}

.msgContainer
{
	background: url(../imagens/box.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.msg
{
	width: 150px;
}

.msg .header
{
	font-size: 18px;
	color: #649509;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 15px;
}

.msg .desc
{
	font-size: 14px;
}

.msg .slogan
{
	font-size: 16px;
	color: #649509;
}

.msg .text
{
	margin-top: 30px;
	height: 40px;
	margin-bottom: 5px;
}

.msg .sep
{
	position: relative;
	height: 40px;
}

#rodape
{
	position: relative;
	width: 100%;
	background-color: #000000;
}

#rodape #qrencontainer
{
	/*position: relative;*/
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
}
