@charset "UTF-8";
@import "reset.css";

body{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	background:url(../img/background_tree.png) fixed right bottom no-repeat #231921;
}

.clear {clear: both;}
strong {color:#fff; font-weight:normal; font-size:46px;}
.what{color: #fff; font-size:24px;}
.text{font-family:"Lucida Grande", "Lucida Sans", Tahome; font-size:16px;}
p {margin: 30px 0 0 0;}
a {text-decoration:none; color:#AA7CD4;}
a:hover{color:#EBEBF0;}

#bola
{
	position: absolute;
	left: 350px;
	top: 100px;
	width: 249px;
	height: 249px;
	text-align: center;
}

/* DIVs */

#main
{
	width: 450px; 
	position: absolute;
	left: 50px;
	bottom: 60px;
	background: #231921;
}


#flags
{
	position: absolute;
	left: 20px;
	top: 20px;
	
}


.flagbox
{
	width: 23px;
	height: 20px;
	margin: auto;
	display: inline-block;
}
