body {
background-color: #222222;
font-family: Palatino, Constantia, Georgia, serif;
margin-top: 0px;
padding: 0;
/*overflow: hidden;*/
}

h2{
	cursor: default;
}

canvas{
    position: absolute;
}

div#main {
	width: 640px;
	margin: 50px auto;
	z-index: 10;
}
div#container{
	z-index: 0;
}
div#content{
	z-index: 12;
}

div#facebooks{
	position: relative;
	width: 300px;
	background-color: #808065;
}
div#twitterresults{
position: relative;
	width: 280px;
}
p{
	color: #dddddd;
	z-index: 1;
}
p#mainBad{
font-size: 47pt;

}
p.edition
{
	font-size: 64pt;
	//position: absolute;
	top: 200px;
	left: 130;
	color: #555555;
}
p.refText
{
	font-size: 14pt;
}
p.getBack
{
	font-size: 29pt;
	color: #555555;
}
form{
	color: #dddddd;
}

a
{
	color: #555555;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #555555;
}
a:hover{
    color: #111111;
    text-decoration: none;
    pointer: wait;
}
img.fb-wall-avatar{
	float: left;
	
}
span.fb-wall-message-from{
	margin: 3px;
}
